mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-20 02:47:39 +03:00
Move 'this is the GameVersion we found' logging to DEBUG
This quietens it for normal EDMC.py usage.
This commit is contained in:
parent
2ff04dd659
commit
79bbc8917f
@ -1710,7 +1710,7 @@ class EDLogs(FileSystemEventHandler): # type: ignore # See below
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
else:
|
else:
|
||||||
logger.info(f"Parsed {self.state['GameVersion']=} into {self.version_semantic=}")
|
logger.debug(f"Parsed {self.state['GameVersion']=} into {self.version_semantic=}")
|
||||||
|
|
||||||
self.is_beta = any(v in self.version.lower() for v in ('alpha', 'beta')) # type: ignore
|
self.is_beta = any(v in self.version.lower() for v in ('alpha', 'beta')) # type: ignore
|
||||||
except KeyError:
|
except KeyError:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user