Skip to content

Commit 0f9df8f

Browse files
committed
chore: reserve entry
1 parent 625c798 commit 0f9df8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/upload/upload.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ def read_append_and_delete_lines():
132132
pass
133133
else:
134134
file = BILIVE_DIR + "/cookie.json"
135-
# LoginController().login_bilibili_with_cookie_file(file)
136-
LoginController().login_bilibili(export=False) # reserve for docker version
135+
LoginController().login_bilibili_with_cookie_file(file)
136+
# LoginController().login_bilibili(export=False) # reserve for docker version
137137
continue
138138
upload_queue = get_single_upload_queue()
139139
lock_queue = get_single_lock_queue()

0 commit comments

Comments
 (0)