diff --git a/main.py b/main.py index bbbfb46..cd90829 100755 --- a/main.py +++ b/main.py @@ -296,7 +296,6 @@ def get_video(message): if data != None: rjson["replyId"] = data[3] posted = requests.post(bots[message.chat.id][0]+'/api/drive/files/create', json=rjson) - if posted.status_code == 200: if posted.status_code == 200: logging.info("发布帖子%s成功", json.loads(posted.text)["createdNote"]["id"]) else: