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

[2251] Reset Update Import Location

This commit is contained in:
David Sangrey 2024-06-06 19:48:39 -04:00
parent 2f6e9fa4c2
commit 424c509c44
No known key found for this signature in database
GPG Key ID: 3AEADBB0186884BC

View File

@ -25,7 +25,6 @@ from os import chdir, environ, path
from time import localtime, strftime, time
from typing import TYPE_CHECKING, Any, Literal
from constants import applongname, appname, protocolhandler_redirect
from update import check_for_fdev_updates
# Have this as early as possible for people running EDMarketConnector.exe
# from cmd.exe or a bat file or similar. Else they might not be in the correct
@ -66,6 +65,7 @@ from config import appversion, appversion_nobuild, config, copyright
from EDMCLogging import edmclogger, logger, logging
from journal_lock import JournalLock, JournalLockResult
from update import check_for_fdev_updates
if __name__ == '__main__': # noqa: C901
# Command-line arguments