Slight formatting tweak
This commit is contained in:
parent
7865e1688d
commit
c53e45ca49
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ parser.add_argument('--daemon', '-d', action='store_true', help='Run NNTP server
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
config = Config.load()
|
config = Config.load()
|
||||||
|
|
||||||
server = Server(config)
|
server = Server(config)
|
||||||
|
|
||||||
if args.daemon:
|
if args.daemon:
|
||||||
|
|
Loading…
Add table
Reference in a new issue