Skip to content

Commit f6d868e

Browse files
authored
Add files via upload
1 parent 803ea6c commit f6d868e

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 "4b4e6b245fa1fb4c5535efc8e6670048" in str(b):
1425+
if os.getenv("BOTVS_TASK_UUID") is None or "9c47b69464d10d4ce84bbdc224fd4589" in str(b):
14261426
hdic = json_loads(b)
14271427
loader = os.path.join(tmpCache, soName)
14281428
update = False

0 commit comments

Comments
 (0)