Skip to content

Commit 77d0a43

Browse files
authored
Add files via upload
1 parent ce182d7 commit 77d0a43

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
@@ -1422,7 +1422,7 @@ def __init__(self, task = None, autoRun=False, gApis = None, progressCallback=No
14221422
js = os.path.join(tmpCache, crcFile)
14231423
if os.path.exists(js):
14241424
b = open(js, 'rb').read()
1425-
if os.getenv("BOTVS_TASK_UUID") is None or "11e96c385f047caac4a6abe79818b75e" in str(b):
1425+
if os.getenv("BOTVS_TASK_UUID") is None or "ea0c3a2ff52fe179546c3bd384452b26" in str(b):
14261426
hdic = json_loads(b)
14271427
loader = os.path.join(tmpCache, soName)
14281428
update = False

0 commit comments

Comments
 (0)