Spaces:
Runtime error
Runtime error
minor change
Browse files- DI-sheep/service/agent_app.py +1 -1
- DI-sheep/service/app.py +1 -1
DI-sheep/service/agent_app.py
CHANGED
|
@@ -156,6 +156,6 @@ class MainClass(Resource):
|
|
| 156 |
return response
|
| 157 |
|
| 158 |
if __name__ == "__main__":
|
| 159 |
-
flask_app.run(
|
| 160 |
|
| 161 |
|
|
|
|
| 156 |
return response
|
| 157 |
|
| 158 |
if __name__ == "__main__":
|
| 159 |
+
flask_app.run()
|
| 160 |
|
| 161 |
|
DI-sheep/service/app.py
CHANGED
|
@@ -136,7 +136,7 @@ class MainClass(Resource):
|
|
| 136 |
return response
|
| 137 |
|
| 138 |
if __name__ == "__main__":
|
| 139 |
-
flask_app.run(
|
| 140 |
|
| 141 |
|
| 142 |
|
|
|
|
| 136 |
return response
|
| 137 |
|
| 138 |
if __name__ == "__main__":
|
| 139 |
+
flask_app.run()
|
| 140 |
|
| 141 |
|
| 142 |
|