diff --git a/pong_bot.py b/pong_bot.py index 0c7f4fa..8fd0fa1 100755 --- a/pong_bot.py +++ b/pong_bot.py @@ -297,9 +297,6 @@ def exit_handler(): print("\nSystem: Closing Autoresponder") interface.close() print("System: Interface Closed") - print("Saving BBS Messages") - save_bbsdb() - print("System: BBS Messages Saved") print("System: Exiting") exit (0)