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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user