Improved db migrations, & fixes
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
"""Entry point used for either runnning or freezing the bot."""
|
||||
import pointsbot
|
||||
|
||||
pointsbot.run()
|
||||
try:
|
||||
pointsbot.run()
|
||||
except KeyboardInterrupt as e:
|
||||
print('\nShutting down...\n')
|
||||
|
||||
Reference in New Issue
Block a user