添加标注打赏用户名读音

This commit is contained in:
John Smith
2020-11-28 21:53:49 +08:00
parent 8c7fc2780d
commit 4f0964c0b3
18 changed files with 41927 additions and 18 deletions

View File

@@ -24,3 +24,5 @@ async def _do_check_update():
print('---------------------------------------------')
except aiohttp.ClientConnectionError:
print('Failed to check update: connection failed')
except asyncio.TimeoutError:
print('Failed to check update: timeout')