Change default server URL

This commit is contained in:
SG
2023-05-11 20:04:45 +02:00
parent f36e78daf4
commit 4e583e39c3

View File

@@ -95,7 +95,7 @@ async def send_encrypted_msg(ws, k, data):
async def main():
WS_RELAY_SERVER = "wss://transmat.exocortex.ru"
WS_RELAY_SERVER = "wss://transmat.exocortex.ru/ws"
parser = argparse.ArgumentParser()
arg_group = parser.add_mutually_exclusive_group(required=True)
arg_group.add_argument('--receive', '--recv', action='store_true', help='Receive a file from the remote party (mutually exclusive with --send and --relay)')