add a flush so that the intro doesn't get lost

This commit is contained in:
Jakob Ketterl 2023-09-11 02:25:48 +02:00
parent 7d58e7d27e
commit 71e91aef53

View file

@ -97,7 +97,8 @@ Author contact info: Jakob Ketterl, DD5JFK <dd5jfk@darc.de>
Documentation: https://github.com/jketterl/openwebrx/wiki
Support and info: https://groups.io/g/openwebrx
"""
""",
flush=True
)
logger.info("OpenWebRX version {0} starting up...".format(openwebrx_version))