Skip to content

Commit

Permalink
GUI_checks() is called during 'Download' event
Browse files Browse the repository at this point in the history
  • Loading branch information
Joey451-OG committed Mar 11, 2023
1 parent 60e2f2e commit 9b628c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion YT Download.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ def GUI_checks(event, audio_val, url_val, dir_val):
if event == 'GITHUB':
web.open("https://github.com/Joey451-OG/YT-Dowload")

GUI_checks(event, values['isAudio'], values['URL'], values['DIR'])
if event == 'Download':
GUI_checks(event, values['isAudio'], values['URL'], values['DIR'])

window.close() # Kill the program

0 comments on commit 9b628c8

Please sign in to comment.