Switched to cross-platform uptime code

This commit is contained in:
Luke Rogers 2012-04-02 07:05:27 +12:00
parent c4df4c5b2b
commit 0894908ad5
2 changed files with 6 additions and 6 deletions

1
bot.py
View file

@ -16,6 +16,7 @@ class Bot(object):
print 'Welcome to Cloudbot - Version DEV - http://git.io/cloudbotirc'
bot = Bot()
bot.start_time = time.time()
print 'Loading plugins...'