Typo Error Fix

This commit is contained in:
Jerry Yan 2019-04-08 22:01:38 +08:00
parent 9f999c013e
commit ef7d4c8d3e

View File

@ -53,7 +53,7 @@ def encode():
while True: while True:
i = encodeQueue.get() i = encodeQueue.get()
if forceNotEncode: if forceNotEncode:
modifyLastUploadStatus("设置了不编码,所以[{}]不会编码".format(i)) modifyLastEncodeStatus("设置了不编码,所以[{}]不会编码".format(i))
continue continue
if os.path.exists(i): if os.path.exists(i):
isEncode = True isEncode = True