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