Skip to content

Commit

Permalink
移除调试代码
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeanAmier committed Jun 25, 2023
1 parent 0eb45db commit 4f2b975
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main_web_UI.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def update_settings(
convert = {}
for i, j in parameters.items():
convert[i] = True if j == "on" else j
print(convert)
settings = self.settings.read()
update_settings(
settings,
Expand All @@ -63,7 +62,6 @@ def update_settings(
"original",
"proxies"), (False, False, False, ""),
True)
print(settings)
self.settings.update(settings)
if convert.get("cookie", False):
self.cookie.extract(convert["cookie"], 0)
Expand Down

0 comments on commit 4f2b975

Please sign in to comment.