diff --git a/epicyon-notification b/epicyon-notification index 0f7bd8fde..03043f978 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 a8d25be4b..ec0d9c843 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()