fixed a small bug in reset_init.py on brc20_index

This commit is contained in:
samedcildir
2024-01-12 16:47:52 +03:00
parent 939ec68612
commit 1555c51c7f

View File

@@ -71,7 +71,7 @@ if init_env:
DB_METAPROTOCOL_PORT = os.getenv("DB_PORT") or "5432"
DB_METAPROTOCOL_DATABASE = os.getenv("DB_DATABASE") or "postgres"
DB_METAPROTOCOL_PASSWD = os.getenv("DB_PASSWD")
DB_METAPROTOCOL_PASSWD = os.getenv("FIRST_INSCRIPTION_HEIGHT") or "767430"
FIRST_INSCRIPTION_HEIGHT = os.getenv("FIRST_INSCRIPTION_HEIGHT") or "767430"
else:
res = input("Main Postgres DB username (Default: postgres): ")
if res != '':