small fix in bitmap reset_init

This commit is contained in:
samedcildir
2024-01-15 14:18:08 +03:00
parent 1a2531e7d9
commit d5a94be724

View File

@@ -67,7 +67,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 != '':