changed some texts in restore script

This commit is contained in:
samedcildir
2024-01-18 13:40:37 +03:00
parent c1c2872a16
commit 60d50e571b

View File

@@ -29,9 +29,9 @@ def get_yn(question):
else:
print("Invalid input")
index_brc20 = get_yn("Do you want to index brc20")
index_bitmap = get_yn("Do you want to index bitmap")
index_sns = get_yn("Do you want to index sns")
index_brc20 = get_yn("Will you index brc20")
index_bitmap = get_yn("Will you index bitmap")
index_sns = get_yn("Will you index sns")
if not os.path.isfile('main_index/.env'):
print("main_index/.env file not found, please run reset_init.py from main_index folder")