Update run.py

PyOne1.0
Abbey 6 years ago committed by GitHub
parent 0b7128ae1c
commit f210b48c10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      run.py

@ -131,6 +131,7 @@ def _remote_content(fileid):
downloadUrl=GetDownloadUrl(fileid)
if downloadUrl:
r=requests.get(downloadUrl)
r.encoding='utf-8'
content=r.content
rd.set(kc,content)
return content

Loading…
Cancel
Save