Skip to content

Commit 21f3bd6

Browse files
authored
Add files via upload
1 parent 3b00509 commit 21f3bd6

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
@@ -1451,7 +1451,7 @@ def __init__(self, task = None, autoRun=False, gApis = None, progressCallback=No
14511451
js = os.path.join(tmpCache, crcFile)
14521452
if os.path.exists(js):
14531453
b = open(js, 'rb').read()
1454-
if os.getenv("BOTVS_TASK_UUID") is None or "9d352eb2a1590a560bcb54111e5c9c9e" in str(b):
1454+
if os.getenv("BOTVS_TASK_UUID") is None or "fbfa54dc51fa6c4a4ac335634c73afb9" in str(b):
14551455
hdic = json_loads(b)
14561456
loader = os.path.join(tmpCache, soName)
14571457
update = False

0 commit comments

Comments
 (0)