diff --git a/transmat/transmat.py b/transmat/transmat.py index 41f4bc8..14cae11 100755 --- a/transmat/transmat.py +++ b/transmat/transmat.py @@ -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)')