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

importing things before you use them is helpful.

This commit is contained in:
A_D 2021-09-24 17:13:00 +02:00
parent c0351fec9b
commit f6e4bcfcba
No known key found for this signature in database
GPG Key ID: 4BE9EB7DF45076C4

View File

@ -1893,16 +1893,16 @@ sys.path: {sys.path}'''
else:
log_locale('After switching to UTF-8 encoding (same language)')
# Do this after locale silliness, just in case
if args.forget_frontier_auth:
logger.info("Dropping all fdev tokens as --forget-frontier-auth was passed")
companion.Auth.invalidate(None)
# HACK: n/a | 2021-11-24: --force-localserver-auth does not work if companion is imported early -cont.
# HACK: n/a | 2021-11-24: as we modify config before this is used.
import companion
from companion import CAPIData, index_possibly_sparse_list
# Do this after locale silliness, just in case
if args.forget_frontier_auth:
logger.info("Dropping all fdev tokens as --forget-frontier-auth was passed")
companion.Auth.invalidate(None)
# TODO: unittests in place of these
# logger.debug('Test from __main__')
# test_logging()