This commit is contained in:
USA Hexor
2018-06-04 08:16:11 +00:00
5 changed files with 162 additions and 2 deletions

View File

@ -143,5 +143,7 @@ def do_action(update):
if __name__ == '__main__':
main()
try:
main()
except:
pass