diff --git a/tts.py b/tts.py index e8e5286..2f8e8a6 100644 --- a/tts.py +++ b/tts.py @@ -599,6 +599,7 @@ def main(): webbrowser.open_new_tab(url) logging.info('Please complete the OAuth process within the next 15 minutes.') time.sleep(900) + sys.exit(250) else: logging.info("Starting IRC bot") irc = IRC()