mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 09:10:30 +08:00
wscli: changed default url
This commit is contained in:
parent
30134ba3c6
commit
055f3a141a
@ -40,7 +40,7 @@ async def _run_client(loop: asyncio.AbstractEventLoop, url: str) -> None:
|
|||||||
|
|
||||||
def main() -> None:
|
def main() -> None:
|
||||||
parser = argparse.ArgumentParser()
|
parser = argparse.ArgumentParser()
|
||||||
parser.add_argument("-u", "--url", default="http://localhost:8080")
|
parser.add_argument("-u", "--url", default="http://localhost:8081/ws")
|
||||||
options = parser.parse_args()
|
options = parser.parse_args()
|
||||||
|
|
||||||
loop = asyncio.get_event_loop()
|
loop = asyncio.get_event_loop()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user