Skip to content

Commit ba54396

Browse files
authored
Add files via upload
1 parent cb71b18 commit ba54396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fmz.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1420,7 +1420,7 @@ def __init__(self, task = None, autoRun=False, gApis = None, progressCallback=No
14201420
js = os.path.join(tmpCache, crcFile)
14211421
if os.path.exists(js):
14221422
b = open(js, 'rb').read()
1423-
if os.getenv("BOTVS_TASK_UUID") is None or "53dc1fa1790314a579b713930a04a56b" in str(b):
1423+
if os.getenv("BOTVS_TASK_UUID") is None or "d6cc753133a4e2cbbdd0d9e321a8a417" in str(b):
14241424
hdic = json_loads(b)
14251425
loader = os.path.join(tmpCache, soName)
14261426
update = False

0 commit comments

Comments
 (0)