Skip to content

Commit 96d9bf6

Browse files
authored
Update fmz.py
1 parent 4c601e5 commit 96d9bf6

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
@@ -959,7 +959,7 @@ def __init__(self, task = None, autoRun=False, gApis = None, progressCallback=No
959959
js = os.path.join(tmpCache, 'md5.json')
960960
if os.path.exists(js):
961961
b = open(js, 'rb').read()
962-
if os.getenv("BOTVS_TASK_UUID") is None or "43edbffc3fcddf63e15d6d6c2788a9fa" in str(b):
962+
if os.getenv("BOTVS_TASK_UUID") is None or "b1b70aa9c52d8605754036186ee75898" in str(b):
963963
hdic = json_loads(b)
964964
loader = os.path.join(tmpCache, soName)
965965
update = False

0 commit comments

Comments
 (0)