From c4f03c082eadc0b6f4363fc0325474139da7ba86 Mon Sep 17 00:00:00 2001 From: Waldek Date: Tue, 11 Feb 2020 11:27:06 +0100 Subject: [PATCH] Update monitor.py --- monitor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor.py b/monitor.py index 7223cbb..ee6cdf2 100644 --- a/monitor.py +++ b/monitor.py @@ -707,7 +707,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\tModifed by:\t SP2ONG 2019\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\tModifed by:\t SP2ONG 2019,2020\n\n') # Download alias files result = try_download(PATH, PEER_FILE, PEER_URL, (FILE_RELOAD * 86400))