Update update_notifier.py

pull/5/head
Who? 2024-10-07 00:16:16 +07:00 committed by GitHub
parent ac999cebea
commit 48fb36468e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ class UpdateNotifier(loader.Module):
"https://t.me/hikari_assets/71",
caption=self.strings("update_required").format(
utils.get_git_hash()[:6],
'<a href="https://github.com/hikariatama/Hikka/compare/{}...{}">{}</a>'.format(
'<a href="https://github.com/coddrago/Hikka/compare/{}...{}">{}</a>'.format(
utils.get_git_hash()[:12],
self.get_latest()[:12],
self.get_latest()[:6],