mirror of
https://github.com/imgyh/tiktok.git
synced 2025-04-06 00:47:55 +08:00
feat(command): 未传入cookie则使用默认值
This commit is contained in:
parent
2f13bd5122
commit
596a0fc633
@ -201,7 +201,9 @@ def main():
|
||||
return
|
||||
|
||||
tk = TikTok()
|
||||
tk.headers["Cookie"] = configModel["cookie"]
|
||||
|
||||
if configModel["cookie"] is not None and configModel["cookie"] != "":
|
||||
tk.headers["Cookie"] = configModel["cookie"]
|
||||
|
||||
if not os.path.exists(configModel["path"]):
|
||||
os.mkdir(configModel["path"])
|
||||
|
Loading…
x
Reference in New Issue
Block a user