Spaces:
Runtime error
Runtime error
GitLab CI commited on
Commit ·
817e840
1
Parent(s): 3d7f69e
Update game build from GitLab CI
Browse files
server/StandaloneApplication.py
CHANGED
|
@@ -2,7 +2,7 @@ import gunicorn.app.base
|
|
| 2 |
from flask import Flask
|
| 3 |
|
| 4 |
|
| 5 |
-
from typing import Any, Dict
|
| 6 |
|
| 7 |
|
| 8 |
class StandaloneApplication(gunicorn.app.base.BaseApplication):
|
|
|
|
| 2 |
from flask import Flask
|
| 3 |
|
| 4 |
|
| 5 |
+
from typing import Any, Dict, Optional
|
| 6 |
|
| 7 |
|
| 8 |
class StandaloneApplication(gunicorn.app.base.BaseApplication):
|
server/static/godot/index.pck
CHANGED
|
Binary files a/server/static/godot/index.pck and b/server/static/godot/index.pck differ
|
|
|