abbeyokgo 5 years ago
parent acc1dc2079
commit 3826cbd950
  1. 2
      app/utils/common.py

@ -259,7 +259,7 @@ def _remote_content(fileid,user):
if downloadUrl:
r=requests.get(downloadUrl)
# r.encoding='utf-8'
content=r.content.decode(r.encoding)
content=r.text
rd.set(kc,content)
return content
else:

Loading…
Cancel
Save