1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 07:47:14 +03:00

update.py: Need to from config import config to access shutting_down

This commit is contained in:
Athanasius 2021-01-11 17:48:47 +00:00
parent 67e72f7477
commit 501f34836a

View File

@ -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):
"""