🐛 修复检查更新

This commit is contained in:
CMHopeSunshine 2022-09-17 18:11:51 +08:00
parent 7fd5394855
commit 8bd053cfee

View File

@ -28,8 +28,6 @@ async def check_update():
for i, commit in enumerate(remote_commit, start=1):
result += f'{i}.{commit["commit"]["committer"]["date"].replace("T", " ").replace("Z", "")}\n' + commit['commit']['message'].replace(':bug:', '🐛').replace(
':sparkles:', '').replace(':memo:', '📝') + '\n'
if i >= 5:
break
return result