From c53e45ca498d8916454bd4efe7026a1314a77360 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Tue, 3 Dec 2024 16:24:26 -0500 Subject: [PATCH] Slight formatting tweak --- bin/nntp-tiny-server | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/nntp-tiny-server b/bin/nntp-tiny-server index 784a8eb..590f8e5 100755 --- a/bin/nntp-tiny-server +++ b/bin/nntp-tiny-server @@ -13,7 +13,6 @@ parser.add_argument('--daemon', '-d', action='store_true', help='Run NNTP server args = parser.parse_args() config = Config.load() - server = Server(config) if args.daemon: