mirror of
https://github.com/Cp0204/quark-auto-save.git
synced 2026-01-12 07:10:44 +08:00
调整执行顺序
This commit is contained in:
parent
9400de3b72
commit
f72eab1eb0
@ -705,15 +705,15 @@ def do_sign(account):
|
|||||||
|
|
||||||
|
|
||||||
def do_save(account):
|
def do_save(account):
|
||||||
|
emby = Emby(
|
||||||
|
config_data.get("emby", {}).get("url", ""),
|
||||||
|
config_data.get("emby", {}).get("apikey", ""),
|
||||||
|
)
|
||||||
print(f"转存账号: {account.nickname}")
|
print(f"转存账号: {account.nickname}")
|
||||||
# 任务列表
|
# 任务列表
|
||||||
tasklist = config_data.get("tasklist", [])
|
tasklist = config_data.get("tasklist", [])
|
||||||
# 获取全部保存目录fid
|
# 获取全部保存目录fid
|
||||||
account.update_savepath_fid(tasklist)
|
account.update_savepath_fid(tasklist)
|
||||||
emby = Emby(
|
|
||||||
config_data.get("emby", {}).get("url", ""),
|
|
||||||
config_data.get("emby", {}).get("apikey", ""),
|
|
||||||
)
|
|
||||||
|
|
||||||
def check_date(task):
|
def check_date(task):
|
||||||
return (
|
return (
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user