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