提交 369f0b2b 编写于 作者: 6 62f3568c7066201db17ad50a

更新了打印的video日志

上级 42ed3763
......@@ -79,7 +79,7 @@ def get_resource_by_token(token, name):
try:
url = url.replace('\n', '')
video = requests.post(domain + url, headers=HEADER, data=PAYLOAD)
logger.debug(f'{url}: {video}')
logger.debug(f'{url}: {video.text}')
if not check_json_format(video.text):
logger.debug(f'{url}: Get text is not a json,\n {video.text}')
continue
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册