From db7043dfd2c7a13bca8621e88900f92ddca4d9c2 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 1 Jan 2021 23:36:48 +0000 Subject: [PATCH] Increment year --- epicyon-notification | 2 +- epicyon.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/epicyon-notification b/epicyon-notification index 0f7bd8fd..03043f97 100755 --- a/epicyon-notification +++ b/epicyon-notification @@ -11,7 +11,7 @@ # License # ======= # -# Copyright (C) 2020 Bob Mottram +# Copyright (C) 2020-2021 Bob Mottram # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/epicyon.py b/epicyon.py index a8d25be4..ec0d9c84 100644 --- a/epicyon.py +++ b/epicyon.py @@ -478,7 +478,6 @@ if args.debug: if args.tests: runAllTests() sys.exit() - if args.testsnetwork: print('Network Tests') testPostMessageBetweenServers()