@ -41,9 +41,8 @@ def get_subreddit_threads(POST_ID: str):
check_for_async=False,
)
except ResponseException as e:
match e.response.status_code:
case 401:
print("Invalid credentials - please check them in config.toml")
if e.response.status_code == 401:
except:
print("Something went wrong...")