mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-18 22:54:23 +01:00
Removes old commented code
This commit is contained in:
@@ -17,8 +17,6 @@ END_TIME_DELTA = 10
|
|||||||
@pytest.fixture(scope="session")
|
@pytest.fixture(scope="session")
|
||||||
def bitcoin_cli():
|
def bitcoin_cli():
|
||||||
config = get_config(DATA_DIR, CONF_FILE_NAME, DEFAULT_CONF)
|
config = get_config(DATA_DIR, CONF_FILE_NAME, DEFAULT_CONF)
|
||||||
print(config)
|
|
||||||
# btc_connect_params = {k: v["value"] for k, v in DEFAULT_CONF.items() if k.startswith("BTC")}
|
|
||||||
|
|
||||||
return AuthServiceProxy(
|
return AuthServiceProxy(
|
||||||
"http://%s:%s@%s:%d"
|
"http://%s:%s@%s:%d"
|
||||||
|
|||||||
Reference in New Issue
Block a user