diff --git a/ikabot/function/webServer.py b/ikabot/function/webServer.py index 86353fe4..54747f05 100644 --- a/ikabot/function/webServer.py +++ b/ikabot/function/webServer.py @@ -186,7 +186,6 @@ def webServer(path): if arg == "activeTab" and new_data[arg] == "tab_ikabotSandbox": new_data[arg] = "tab_version" if request.method in ["POST"]: - raise Exception() resp = session.post( dest_url, params=new_data,