Skip to content

Commit

Permalink
Fixed storages list
Browse files Browse the repository at this point in the history
  • Loading branch information
estintax committed Jul 27, 2022
1 parent a92f952 commit 33b8890
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions freesharafiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def signal_handler(signum, frame):
if storage["date"] == latest:
latest_id = i
print("[{}] {}".format(i, storage["date"]))
i = i+1
input_text = input("Выберите нужную дату дампа, или нажмите Enter для загрузки последнего: [{}] ".format(latest_id))
if input_text != "" and input_text not in storages_arr:
print("Неверный ввод")
Expand Down

0 comments on commit 33b8890

Please sign in to comment.