Change default server URL
This commit is contained in:
@@ -95,7 +95,7 @@ async def send_encrypted_msg(ws, k, data):
|
|||||||
|
|
||||||
|
|
||||||
async def main():
|
async def main():
|
||||||
WS_RELAY_SERVER = "wss://transmat.exocortex.ru"
|
WS_RELAY_SERVER = "wss://transmat.exocortex.ru/ws"
|
||||||
parser = argparse.ArgumentParser()
|
parser = argparse.ArgumentParser()
|
||||||
arg_group = parser.add_mutually_exclusive_group(required=True)
|
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)')
|
arg_group.add_argument('--receive', '--recv', action='store_true', help='Receive a file from the remote party (mutually exclusive with --send and --relay)')
|
||||||
|
|||||||
Reference in New Issue
Block a user