Skip to content

Commit

Permalink
fix webServer.py testing line
Browse files Browse the repository at this point in the history
  • Loading branch information
ikagod committed Jan 7, 2025
1 parent 194443e commit 842a781
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ikabot/function/webServer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 842a781

Please sign in to comment.