1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-25 05:00:53 +03:00

Add reporting of Windows version at startup.

This commit is contained in:
Athanasius 2020-10-06 15:03:51 +01:00
parent 8a09430d92
commit fb21cdfa94

View File

@ -1094,7 +1094,7 @@ if __name__ == "__main__":
edmclogger.set_channels_loglevel(logging.DEBUG)
logger.info(f'Startup v{appversion} : Running on Python v{sys.version}')
logger.debug(f'''Platform: {sys.platform}
logger.debug(f'''Platform: {sys.platform} {sys.platform == "win32" and sys.getwindowsversion()}
argv[0]: {sys.argv[0]}
exec_prefix: {sys.exec_prefix}
executable: {sys.executable}