From 87221b03d39f9d79b33924150f26f467616080e9 Mon Sep 17 00:00:00 2001 From: soup-bowl Date: Mon, 29 Jul 2024 11:55:47 +0000 Subject: [PATCH] Removed debug exit, sigh. --- htw/cli.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/htw/cli.py b/htw/cli.py index 844be6b..5bbb06e 100644 --- a/htw/cli.py +++ b/htw/cli.py @@ -164,8 +164,6 @@ def process_user(self, user_conf): finally: colgen.cleanup() - sys.exit(443) - if 'mastodonAccessToken' in user_conf: if not self.suppress: print("- Posting to \033[95mMastodon\033[00m...")