Skip to content

Commit

Permalink
Print name
Browse files Browse the repository at this point in the history
  • Loading branch information
UltimaHoarder committed Dec 22, 2020
1 parent 621b4fe commit ed52e46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helpers/main_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ed52e46

Please sign in to comment.