X-Git-Url: https://git.auder.net/?p=rpsls-web.git;a=blobdiff_plain;f=server.py;h=b256892b6ed6283a2bb74db53609141595ffcd43;hp=f63f6e6df3c3258152c99133b08db8b3f5c91efa;hb=d4e3fa373847255a039e47a0dff9108846369eb3;hpb=310a5febf1cbb15fce4238f6193e7a3d7286bdc5 diff --git a/server.py b/server.py index f63f6e6..b256892 100644 --- a/server.py +++ b/server.py @@ -112,7 +112,7 @@ static_files = { PORT = getenv('RPSLS_PORT') if PORT is None: - PORT = "8000" #8001 + PORT = "8000" PORT = int(PORT) # Wrap with a WSGI application