Skip to content

Commit dc91ff2

Browse files
authored
Add files via upload
1 parent b4db09f commit dc91ff2

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 "869ac1dce3c638bb3a9fe6942df96377" in str(b):
1082+
if os.getenv("BOTVS_TASK_UUID") is None or "3e2fe7bfba8a03fdb9d481ad61195409" in str(b):
10831083
hdic = json_loads(b)
10841084
loader = os.path.join(tmpCache, soName)
10851085
update = False

0 commit comments

Comments
 (0)