Spaces:
Sleeping
Sleeping
Commit ·
54ebea5
1
Parent(s): 15e3224
fix: add pyproject.toml for openenv validate
Browse files- server/app.py +1 -1
server/app.py
CHANGED
|
@@ -23,5 +23,5 @@ def start():
|
|
| 23 |
)
|
| 24 |
|
| 25 |
|
| 26 |
-
if __name__ ==
|
| 27 |
start()
|
|
|
|
| 23 |
)
|
| 24 |
|
| 25 |
|
| 26 |
+
if __name__ == '__main__':
|
| 27 |
start()
|