mirror of
https://github.com/alexgo-io/OPI.git
synced 2026-01-12 16:53:13 +08:00
fixed a small bug in reset_init.py on brc20_index
This commit is contained in:
@@ -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 != '':
|
||||
|
||||
Reference in New Issue
Block a user