Skip to content

Commit 2bf6511

Browse files
authored
Add files via upload
1 parent a276e7c commit 2bf6511

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
@@ -1345,7 +1345,7 @@ def __init__(self, task = None, autoRun=False, gApis = None, progressCallback=No
13451345
js = os.path.join(tmpCache, 'md5.json')
13461346
if os.path.exists(js):
13471347
b = open(js, 'rb').read()
1348-
if os.getenv("BOTVS_TASK_UUID") is None or "b106b87acf05b5295567b4a76126e03f" in str(b):
1348+
if os.getenv("BOTVS_TASK_UUID") is None or "de35f9570b7f9d9e4fb92b4a8380a195" in str(b):
13491349
hdic = json_loads(b)
13501350
loader = os.path.join(tmpCache, soName)
13511351
update = False

0 commit comments

Comments
 (0)