Skip to content

Commit

Permalink
Close update tab when update button is clicked
Browse files Browse the repository at this point in the history
  • Loading branch information
sryu1 committed Dec 19, 2022
1 parent 7da6b0e commit ab4ac7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Bot.pyw
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def main():
def update():
def open_updates():
wb.open(f"https://github.com/sryu1/YouTube_View_Bot/releases/tag/{latest_version}")
update_window.destroy()

def destroy_update_window():
update_window.destroy()
Expand Down

0 comments on commit ab4ac7d

Please sign in to comment.