diff --git a/helpers/main_helper.py b/helpers/main_helper.py index 428934541..fed5a5b9a 100644 --- a/helpers/main_helper.py +++ b/helpers/main_helper.py @@ -433,6 +433,8 @@ def choose_option(subscription_list, auto_scrape: Union[str, bool]): if auto_scrape: values = [x[1] for x in names] else: + print( + f"Names: Username = username {seperator} {subscription_list[1]}") values = input().strip().split(",") else: if not auto_scrape: