mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-18 18:07:37 +03:00
update.py: Need to from config import config
to access shutting_down
This commit is contained in:
parent
67e72f7477
commit
501f34836a
@ -9,7 +9,7 @@ if TYPE_CHECKING:
|
|||||||
import tkinter as tk
|
import tkinter as tk
|
||||||
|
|
||||||
# ensure registry is set up on Windows before we start
|
# 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):
|
class EDMCVersion(object):
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user