mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Log python version at startup.
This commit is contained in:
parent
4415429661
commit
3c5f1f7c4b
@ -223,6 +223,8 @@ def lint_weapon_data() -> None:
|
||||
def main():
|
||||
logging_config.init_logging(VERSION)
|
||||
|
||||
logging.debug("Python version %s", sys.version)
|
||||
|
||||
game: Optional[Game] = None
|
||||
|
||||
args = parse_args()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user