mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-01-08 17:50:11 +01:00
add a flush so that the intro doesn't get lost
This commit is contained in:
parent
7d58e7d27e
commit
71e91aef53
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue