Skip to content

Commit 372c002

Browse files
authored
Add files via upload
1 parent 3864db8 commit 372c002

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

fmz.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ def getCacheDir():
100100
return tmpCache
101101

102102
def httpGet(url):
103-
print(url)
104103
req = urllib2.Request(url)
105104
req.add_header('Accept-Encoding', 'gzip, deflate')
106105
resp = urllib2.urlopen(req)
@@ -1458,7 +1457,7 @@ def __init__(self, task = None, autoRun=False, gApis = None, progressCallback=No
14581457
js = os.path.join(tmpCache, crcFile)
14591458
if os.path.exists(js):
14601459
b = open(js, 'rb').read()
1461-
if os.getenv("BOTVS_TASK_UUID") is None or "d5e78db481539016d52bdbadf7adb966" in str(b):
1460+
if os.getenv("BOTVS_TASK_UUID") is None or "5d35878e682902f8bfd3ac32108d6788" in str(b):
14621461
hdic = json_loads(b)
14631462
loader = os.path.join(tmpCache, soName)
14641463
update = False

0 commit comments

Comments
 (0)