formatting changes

pull/1092/head
Supreme-hub 2 years ago
parent 5d0172a463
commit 3de02c9c6d

@ -117,5 +117,4 @@ def handle_input(
return user_input
console.print(
"[red bold]" + err_message + "\nValid options are: " + ", ".join(map(str, options)) + "."
)
)

@ -55,7 +55,7 @@ def get_subreddit_undone(submissions: list, subreddit, times_checked=0):
return get_subreddit_undone(
subreddit.top(
time_filter=VALID_TIME_FILTERS[index],limit=(50 if int(index) == 0 else index + 1 * 50)
time_filter=VALID_TIME_FILTERS[index], limit=(50 if int(index) == 0 else index + 1 * 50)
),
subreddit,
times_checked=index,

Loading…
Cancel
Save