Remap: Refactor scripts #177

Merged
Nick Alberelli merged 17 commits from :feature/refactor-remap-script into main 2023-12-07 16:17:27 +01:00
Showing only changes of commit c31bf00cb4 - Show all commits

View File

@ -167,7 +167,9 @@ def main():
else:
variables = get_variables()
answer = input(f"Update map for dir '{variables[CRAWL_DIR_KEY]}' yes or no: ")
answer = input(
f"Continune with existing session to update map for dir '{variables[CRAWL_DIR_KEY]}'? yes or no: "
)
answer_lw = answer.lower()
if answer_lw == "yes" or answer_lw == 'y':
print(f"Updating map for directory '{variables[CRAWL_DIR_KEY]}'")