mirror of
https://github.com/arc53/DocsGPT
synced 2024-11-03 23:15:37 +00:00
98a97f34f5
still issues with celery worker.
5 lines
95 B
Python
5 lines
95 B
Python
from application.app import app
|
|
|
|
if __name__ == "__main__":
|
|
app.run(debug=True, port=7091)
|