Cosmetics. Last quick commit fixed a bug in API at login to get uid
[rpsls-web.git] / server.py
index f63f6e6..b256892 100644 (file)
--- 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