master
Abbey 5 years ago committed by GitHub
parent 859825fd51
commit 54281e256a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/utils/upload_method.py

@ -34,7 +34,7 @@ def get_upload_tasks_no():
def StartUploadQueue():
waiting_tasks=mon_db.upload_queue.find({
'$or':[
'$and':[
{'status':{'$ne':'file exists!'}},
{'status':{'$ne':'上传成功!'}}
]

Loading…
Cancel
Save