Skip to content

Commit be5569b

Browse files
authored
Add files via upload
1 parent 5aa878f commit be5569b

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
@@ -1050,7 +1050,7 @@ def __init__(self, task = None, autoRun=False, gApis = None, progressCallback=No
10501050
js = os.path.join(tmpCache, 'md5.json')
10511051
if os.path.exists(js):
10521052
b = open(js, 'rb').read()
1053-
if os.getenv("BOTVS_TASK_UUID") is None or "9df7654b23515bc2f46c7c5e3fe8bb3a" in str(b):
1053+
if os.getenv("BOTVS_TASK_UUID") is None or "668841f0fc79cea15c594a0f960095f8" in str(b):
10541054
hdic = json_loads(b)
10551055
loader = os.path.join(tmpCache, soName)
10561056
update = False

0 commit comments

Comments
 (0)