Skip to content

Commit d26a4b5

Browse files
authored
Add files via upload
1 parent 1d07e41 commit d26a4b5

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
@@ -1079,7 +1079,7 @@ def __init__(self, task = None, autoRun=False, gApis = None, progressCallback=No
10791079
js = os.path.join(tmpCache, 'md5.json')
10801080
if os.path.exists(js):
10811081
b = open(js, 'rb').read()
1082-
if os.getenv("BOTVS_TASK_UUID") is None or "042d92c3282fb20eb667e79bfd6e292e" in str(b):
1082+
if os.getenv("BOTVS_TASK_UUID") is None or "bae2d3dd747e1f0dde35cdcae5014c9a" in str(b):
10831083
hdic = json_loads(b)
10841084
loader = os.path.join(tmpCache, soName)
10851085
update = False

0 commit comments

Comments
 (0)