Skip to content

Commit

Permalink
Update Youtube-DL-Gui.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jessielw committed Mar 16, 2021
1 parent 6d511c3 commit 023e1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Youtube-DL-Gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def root_exit_function(): # Asks if the user is ready to exit
root.grid_rowconfigure(n, weight=1)

# Bundled Apps ---------------------------------------------------------------
config_file = 'Runtime/config.ini' # Creates (if doesn't exist) and defines location of config.ini
config_file = 'Runtime/ytconfig.ini' # Creates (if doesn't exist) and defines location of config.ini
config = ConfigParser()
config.read(config_file)

Expand Down

0 comments on commit 023e1d5

Please sign in to comment.