Skip to content

Commit

Permalink
🐛 Fixed Initialization.
Browse files Browse the repository at this point in the history
  • Loading branch information
AirportR committed Mar 30, 2024
1 parent c2300c9 commit 79b3051
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/tool/console.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ def export_to_image():
print("未找到核心")
sys.exit()
my_proxies = get_proxies(file_path)
resd: dict = loop.run_until_complete(core.core(my_proxies))
scripts = cleaner.addon.global_test_item(True)
resd: dict = loop.run_until_complete(core.core(my_proxies, script=scripts))
except Exception as e:
print(e)
sys.exit()
Expand Down

0 comments on commit 79b3051

Please sign in to comment.