mirror of
https://github.com/tiennm99/DocsGPT.git
synced 2026-05-18 13:25:50 +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)
|