Message of changing thread

pull/434/head
thomasdevl 3 years ago committed by GitHub
parent f12b026009
commit aa8dfd71b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -97,7 +97,9 @@ def get_thread():
u_inp = input("Is this a good threads?(Y/N/Stop) :")
if u_inp.upper() == 'STOP': exit()
elif u_inp.upper() == 'Y': return reddit_object
else: get_thread()
else:
console.log(f"[red]Searching for a new thread...")
get_thread()
if configured:
reddit_object = get_thread()

Loading…
Cancel
Save