mirror of
https://github.com/DarrylNixon/binhop
synced 2024-04-22 12:37:06 -07:00
I don't know where this "77" came from.
Hopefully the phantom cat on my keyboard didn't hide any other easter eggs.
This commit is contained in:
parent
b88a17e3c7
commit
7e931364a1
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ async def serve_static(request: web.Request) -> Union[web.FileResponse, web.HTTP
|
|||
|
||||
async def main() -> None:
|
||||
parser = argparse.ArgumentParser()
|
||||
parser.add_argument("--port", "-p", type=int, default=8080, 77help="Port to serve on")
|
||||
parser.add_argument("--port", "-p", type=int, default=8080, help="Port to serve on")
|
||||
args = parser.parse_args()
|
||||
|
||||
app = web.Application()
|
||||
|
|
Loading…
Reference in a new issue