From 501f34836aba9af11b3cdf4c28e2073a2e950b2d Mon Sep 17 00:00:00 2001 From: Athanasius Date: Mon, 11 Jan 2021 17:48:47 +0000 Subject: [PATCH] update.py: Need to `from config import config` to access shutting_down --- update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.py b/update.py index aa2a1a8f..de7eb8cd 100644 --- a/update.py +++ b/update.py @@ -9,7 +9,7 @@ if TYPE_CHECKING: import tkinter as tk # ensure registry is set up on Windows before we start -from config import appname, appversion, appversion_nobuild, update_feed +from config import appname, appversion, appversion_nobuild, config, update_feed class EDMCVersion(object): """