mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-20 07:30:54 +01:00
Forgot a parenthese.
This commit is contained in:
parent
4b0ecc94e5
commit
e903411ef3
@ -210,7 +210,7 @@ if __name__ == '__main__':
|
|||||||
|
|
||||||
if options.profile:
|
if options.profile:
|
||||||
import profile
|
import profile
|
||||||
profile.run('main()', '%s-%i.prof' % (nick, time.time())
|
profile.run('main()', '%s-%i.prof' % (nick, time.time()))
|
||||||
else:
|
else:
|
||||||
main()
|
main()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user