Remap: Refactor scripts #177
@ -167,7 +167,9 @@ def main():
|
|||||||
|
|
||||||
else:
|
else:
|
||||||
variables = get_variables()
|
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()
|
answer_lw = answer.lower()
|
||||||
if answer_lw == "yes" or answer_lw == 'y':
|
if answer_lw == "yes" or answer_lw == 'y':
|
||||||
print(f"Updating map for directory '{variables[CRAWL_DIR_KEY]}'")
|
print(f"Updating map for directory '{variables[CRAWL_DIR_KEY]}'")
|
||||||
|
Loading…
Reference in New Issue
Block a user