Skip to content

Commit dc83c53

Browse files
authored
Update fmz.py
1 parent 9009024 commit dc83c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fmz.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1411,7 +1411,7 @@ def __init__(self, task = None, autoRun=False, gApis = None, progressCallback=No
14111411
js = os.path.join(tmpCache, crcFile)
14121412
if os.path.exists(js):
14131413
b = open(js, 'rb').read()
1414-
if os.getenv("BOTVS_TASK_UUID") is None or "e9706772f5c5ae0744a2a8dc6cf1e7c1" in str(b):
1414+
if os.getenv("BOTVS_TASK_UUID") is None or "c66b75f41bbb1fc64037623df4b1db92" in str(b):
14151415
hdic = json_loads(b)
14161416
loader = os.path.join(tmpCache, soName)
14171417
update = False

0 commit comments

Comments
 (0)