Forgot a parenthese.

This commit is contained in:
Jeremy Fincher 2003-10-08 22:33:09 +00:00
parent 4b0ecc94e5
commit e903411ef3

View File

@ -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()