diff --git a/setup.py b/setup.py index cde146e..10ae4f2 100644 --- a/setup.py +++ b/setup.py @@ -67,7 +67,7 @@ def get_lines(station_id: int) -> List[str]: results_displayed = 0 for ptr in range(len(results)): if ptr % 20 == 0 or ptr == len(results) - 1 and ptr != 0: - choices += input("Please input your choices as a space-separated list (e.g. '0 2 7 15'):\n") + choices += input("Please input your choices as a space-separated list (e.g. '0 2 7 15'):\n") + ' ' print(str(ptr) + ". " + results[ptr]['name']) else: for ptr in range(len(results)):