From 9dff1e218cb688b1b53e2406ac5bda3447e48b5b Mon Sep 17 00:00:00 2001 From: Waldek Date: Mon, 31 May 2021 14:12:41 +0200 Subject: [PATCH] Update monitor.py --- monitor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor.py b/monitor.py index 5c984a2..d68e13d 100644 --- a/monitor.py +++ b/monitor.py @@ -832,7 +832,7 @@ if __name__ == '__main__': logger = logging.getLogger(__name__) logging.info('monitor.py starting up') - logger.info('\n\n\tCopyright (c) 2016, 2017, 2018, 2019\n\tThe Regents of the K0USY Group. All rights reserved.\n\n\tPython 3 port:\n\t2019 Steve Miller, KC1AWV \n\n\tVersion by:\t SP2ONG 2019-2021\n\n') + logger.info('\n\n\tCopyright (c) 2016, 2017, 2018, 2019\n\tThe Regents of the K0USY Group. All rights reserved.\n\n\tPython 3 port:\n\t2019 Steve Miller, KC1AWV \n\n\tHBMonitor v1 SP2ONG 2019-2021\n\n') # Check lastheard.log file if os.path.isfile(LOG_PATH+"lastheard.log"): try: