From 74ed2364200e55d2b77cd656be1673210dbce8b6 Mon Sep 17 00:00:00 2001 From: John Burwell Date: Sun, 23 Apr 2023 17:08:33 -0500 Subject: [PATCH] a bit more tidying --- main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.py b/main.py index 100b55c..d17dd55 100644 --- a/main.py +++ b/main.py @@ -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