Update main.py
This commit is contained in:
@@ -166,7 +166,7 @@ def prompt_cycle():
|
|||||||
|
|
||||||
|
|
||||||
def get_user_action():
|
def get_user_action():
|
||||||
user_action = input("Reload Files (r), Load Files From S3 (l), Add Files (a), Prompt (p): ")
|
user_action = input("Reload Files (r), Load Files From S3 (l), Prompt (p): ")
|
||||||
|
|
||||||
{
|
{
|
||||||
"r": lambda: reload_files(False),
|
"r": lambda: reload_files(False),
|
||||||
|
|||||||
Reference in New Issue
Block a user