Spaces:
Running
Running
BinaryONe
commited on
Commit
·
65f6ce3
1
Parent(s):
6bf6112
Revert Back Changes
Browse files- FileStream/__main__.py +1 -1
FileStream/__main__.py
CHANGED
@@ -56,7 +56,7 @@ async def start_services():
|
|
56 |
|
57 |
print("--------------------- Initializing Web Server ---------------------")
|
58 |
await server.setup() # Setup the web server
|
59 |
-
await web.TCPSite(server, Server.BIND_ADDRESS, Server.
|
60 |
print("------------------------------ DONE ------------------------------\n\n")
|
61 |
|
62 |
# Start the background task to clear inactive clients after web server setup
|
|
|
56 |
|
57 |
print("--------------------- Initializing Web Server ---------------------")
|
58 |
await server.setup() # Setup the web server
|
59 |
+
await web.TCPSite(server, Server.BIND_ADDRESS, Server.PORT).start()
|
60 |
print("------------------------------ DONE ------------------------------\n\n")
|
61 |
|
62 |
# Start the background task to clear inactive clients after web server setup
|