fix
This commit is contained in:
parent
35d86a39e2
commit
d554e1c1c9
@ -52,6 +52,10 @@ if __name__ == '__main__':
|
|||||||
parse_mode='HTML',
|
parse_mode='HTML',
|
||||||
token=args.token,
|
token=args.token,
|
||||||
chat_id=args.chat_id)
|
chat_id=args.chat_id)
|
||||||
|
|
||||||
|
except KeyboardInterrupt:
|
||||||
|
pass
|
||||||
|
|
||||||
except:
|
except:
|
||||||
telegram_notify(text='error: '+escape(traceback.format_exc()),
|
telegram_notify(text='error: '+escape(traceback.format_exc()),
|
||||||
parse_mode='HTML',
|
parse_mode='HTML',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user