dchat-cli: change dchatd default port

This commit is contained in:
oars
2025-02-09 18:53:32 +03:00
committed by skoupidi
parent 42f0941c0a
commit a5a063f05d

View File

@@ -82,7 +82,7 @@ class JsonRpc:
async def main(argv):
endpoint = "localhost:51345"
endpoint = "localhost:51054"
for i in range(1, len(argv)):
if argv[i] == "-e":
endpoint = argv[i+1]