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: