Typo Error Fix
This commit is contained in:
parent
9f999c013e
commit
ef7d4c8d3e
@ -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
|
||||||
|
Reference in New Issue
Block a user