From 71e91aef536c54fef2d8d36ff71da5dc8b1f9003 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Mon, 11 Sep 2023 02:25:48 +0200 Subject: [PATCH] add a flush so that the intro doesn't get lost --- owrx/__main__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/owrx/__main__.py b/owrx/__main__.py index 468d4912..b5c852c9 100644 --- a/owrx/__main__.py +++ b/owrx/__main__.py @@ -97,7 +97,8 @@ Author contact info: Jakob Ketterl, DD5JFK 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))