updates
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
emdee@macaw.me
2023-12-16 23:23:00 +00:00
parent 6deea64979
commit 4987618fba
9 changed files with 201 additions and 158 deletions

View File

@@ -280,7 +280,7 @@ def bAreWeConnected() -> bool:
i += 1
return i > 0
def sMapaddressResolv(target:str, iPort:int = 9051, log_leve:int = 10) -> str:
def sMapaddressResolv(target:str, iPort:int = 9051, log_level:int = 10) -> str:
if not stem:
LOG.warn('please install the stem Python package')
return ''