添加投稿日期可自定义配置

This commit is contained in:
2020-04-01 11:33:14 +08:00
parent 5a72550598
commit 9b69e90021
2 changed files with 4 additions and 2 deletions

View File

@ -54,7 +54,7 @@ def encode():
def upload():
date = datetime.strftime(datetime.now(), "%Y_%m_%d")
date = datetime.strftime(datetime.now(), Common.config["sdf"])
Common.appendUploadStatus("Upload Daemon Starting")
i = Common.uploadQueue.get()
while True: