From 07cd71c669ad3f9d47766320c13b44e0953ae1e1 Mon Sep 17 00:00:00 2001 From: Sleepingpirates <32914211+Sleepingpirates@users.noreply.github.com> Date: Thu, 18 Jun 2020 10:53:24 -0400 Subject: [PATCH] fixed internal error --- app/app/routes.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/app/routes.py b/app/app/routes.py index bf1dead..402a73b 100644 --- a/app/app/routes.py +++ b/app/app/routes.py @@ -19,11 +19,6 @@ def manage_bot(option): if proc: proc.terminate() -try: - manage_bot('start') -except: - print("Some error in starting bot. Please check the config vars") - @app.route("/login", methods=['GET', 'POST']) def login(): if current_user.is_authenticated: