Skip to content

Commit 26eb501

Browse files
committed
Fix /test command
1 parent 4f8205f commit 26eb501

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/telegram_bot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,7 @@ async def test_command(self, update: Update, context: ContextTypes.DEFAULT_TYPE)
533533
path_parts = urllib.parse.urlparse(github_release_url).path.strip('/').split('/')
534534
repo = github_obj.get_repo(f"{path_parts[0]}/{path_parts[1]}")
535535
release = repo.get_release(path_parts[4])
536+
release.updated = False
536537

537538
message = format_release_message(chat, repo, release)
538539

0 commit comments

Comments
 (0)