提交 b8871c01 编写于 作者: W wizardforcel

update .gitignore

上级 4254822f
......@@ -127,3 +127,7 @@ dmypy.json
# Pyre type checker
.pyre/
# custom
cookies.json
history.json
\ No newline at end of file
......@@ -84,6 +84,7 @@ def image_upload(data, cookies):
response = requests.post(url, headers=headers, cookies=cookies, files=files, timeout=300).json()
except:
response = None
print(response)
return response
def image_download(url):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册