Skip to content

Commit 04ca7b2

Browse files
authored
Add files via upload
1 parent 0bdde9a commit 04ca7b2

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 "13fd65e98fd0cf8f37fab4b0c79a76f9" in str(b):
1423+
if os.getenv("BOTVS_TASK_UUID") is None or "5e4af92d5a7fd9cf1f5ed2ca0fd9e817" in str(b):
14241424
hdic = json_loads(b)
14251425
loader = os.path.join(tmpCache, soName)
14261426
update = False

0 commit comments

Comments
 (0)