This commit is contained in:
Lasse Blaauwbroek
2023-06-08 02:29:24 +02:00
parent 97bdeaea12
commit b29f18ed64
9 changed files with 9 additions and 18 deletions

View File

@@ -31,8 +31,7 @@ async def new_connection(stream):
def parse_args():
parser = argparse.ArgumentParser(
usage="""Runs the server bound to the\
given address/port ADDRESS. """
usage="""Runs the server bound to the given address/port ADDRESS. """
)
parser.add_argument("address", help="ADDRESS:PORT")