Slight formatting tweak

This commit is contained in:
XANTRONIX Development 2024-12-03 16:24:26 -05:00
parent 7865e1688d
commit c53e45ca49

View file

@ -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: