From 9eaea8295b1ce6c387ad7d57435ccd5347084048 Mon Sep 17 00:00:00 2001 From: Waldek Date: Wed, 17 Jun 2020 06:56:26 +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 5785f29..2456253 100644 --- a/monitor.py +++ b/monitor.py @@ -795,7 +795,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,2020\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\tVersion by:\t SP2ONG 2019-2020\n\n') # Download alias files result = try_download(PATH, PEER_FILE, PEER_URL, (FILE_RELOAD * 86400))