Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
J1uShan9 committed Jul 6, 2024
1 parent 8d17251 commit 895340b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,14 @@ def cleanup_meipass() -> None:
buyer=userConfig["buyer"],
count=len(userConfig["buyer"]),
phone=userConfig["phone"],
sleep=settingConfig["request"]["sleep"],
)

job = Task(
net=net,
cap=cap,
api=api,
goldTime=settingConfig["request"]["gold"],
sleep=settingConfig["request"]["sleep"],
isDebug=settingConfig["dev"]["debug"],
)

Expand Down

0 comments on commit 895340b

Please sign in to comment.