a bit more tidying

This commit is contained in:
John Burwell 2023-04-23 17:08:33 -05:00
parent b951e9c453
commit 74ed236420

View File

@ -3,7 +3,6 @@ import sys
from rsbbs.bbs import BBS
def main():
# Parse and handle the system invocation arguments
@ -37,7 +36,7 @@ def main():
sysv_args = sysv_parser.parse_args(sys.argv[1:])
# Instantiate the BBS object with the supplied (or default) config file
# Instantiate the BBS object
bbs = BBS(sysv_args)
# Start the main BBS loop