remove unneeded stuff

This commit is contained in:
Evgeny Zinoviev 2021-04-20 01:17:10 +03:00
parent c9517a0ba9
commit c510f7e0d2

View File

@ -58,5 +58,5 @@ if __name__ == '__main__':
text = 'new mos-gorsud findings:\n' + text
send(text=text, token=args.token, chat_id=args.chat_id)
except Exception as e:
except:
send(text='error: '+traceback.format_exc(), token=args.token, chat_id=args.chat_id)