fixed internal error

This commit is contained in:
Sleepingpirates
2020-06-18 10:53:24 -04:00
committed by GitHub
parent eebff11838
commit 07cd71c669

View File

@@ -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: