Increment year

merge-requests/8/head
Bob Mottram 2021-01-01 23:36:48 +00:00
parent b280cf990f
commit db7043dfd2
2 changed files with 1 additions and 2 deletions

View File

@ -11,7 +11,7 @@
# License # License
# ======= # =======
# #
# Copyright (C) 2020 Bob Mottram <bob@freedombone.net> # Copyright (C) 2020-2021 Bob Mottram <bob@freedombone.net>
# #
# This program is free software: you can redistribute it and/or modify # 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 # it under the terms of the GNU Affero General Public License as published by

View File

@ -478,7 +478,6 @@ if args.debug:
if args.tests: if args.tests:
runAllTests() runAllTests()
sys.exit() sys.exit()
if args.testsnetwork: if args.testsnetwork:
print('Network Tests') print('Network Tests')
testPostMessageBetweenServers() testPostMessageBetweenServers()