diff --git a/NFLmusic.py b/NFLmusic.py index 5c6a996..93d0635 100644 --- a/NFLmusic.py +++ b/NFLmusic.py @@ -1110,7 +1110,7 @@ def download_version(): copy(version_json[get_treeview_index(version_list, version_download_choice)]["password"]) -version = "4.0.1" +version = "4.0.2" poem = "" appdata = os.getenv("APPDATA") make_resource() @@ -1468,7 +1468,7 @@ language_list = lang.list_languages() label3 = Label(labelframe_settings, text=lang.get(la, 'ui.settings.text.download_source', )) label3.place(x=10, y=60) -if not repo_dict_reverse.get("choice"): +if repo_dict_reverse.get(jsondata["choice"]) is None: jsondata["choice"] = "KUWO" menu0 = OptionMenu(labelframe_settings, var4, repo_dict_reverse[jsondata["choice"]],