choose endpoint

This commit is contained in:
callebtc
2022-09-11 15:59:10 +03:00
parent 767c8c30fc
commit f86daa946f
2 changed files with 6 additions and 5 deletions

View File

@@ -6,8 +6,10 @@ from wallet.wallet import Wallet as Wallet2
from wallet.migrations import m001_initial
SERVER_ENDPOINT = "http://localhost:5000"
async def run_test():
SERVER_ENDPOINT = "http://localhost:5000"
wallet1 = Wallet1(SERVER_ENDPOINT, "data/wallet1")
await m001_initial(wallet1.db)
wallet1.status()