From 877dca509a97cd87d2b9dea6083e163279d51f3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E5=AD=9F=E6=8D=B7?= <718335940@qq.com> Date: Sun, 19 Mar 2023 18:52:09 +0800 Subject: [PATCH] ... --- update_url.py | 1 + 1 file changed, 1 insertion(+) diff --git a/update_url.py b/update_url.py index f51f49d..9e5583a 100644 --- a/update_url.py +++ b/update_url.py @@ -85,6 +85,7 @@ if DDAL_EMAIL and DDAL_PASSWORD: short = next((item['short'] for item in self.search(url) if item['id'] == id), None) if short: break + print(f'更新失败,正在重试... (id = {repr(id)}, url = {repr(url)})') return short def upsert(self, alias, url) -> str: