1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-16 09:10:35 +03:00

monitor: Use trace_if('journal.startup', ...) for game load-in

This commit is contained in:
Athanasius 2021-08-13 15:04:01 +01:00
parent bc9f2cda4b
commit 2754385281
No known key found for this signature in database
GPG Key ID: AE3E527847057C7D

View File

@ -24,7 +24,7 @@ from edmc_data import edmc_suit_shortnames, edmc_suit_symbol_localised
from EDMCLogging import get_main_logger
logger = get_main_logger()
STARTUP = 'startup'
STARTUP = 'journal.startup'
if TYPE_CHECKING:
def _(x: str) -> str: