fix(gpt): set the default port to be 6090 if start taosanode by using python manully.

This commit is contained in:
Haojun Liao 2025-03-10 17:28:53 +08:00
parent bc9d19524e
commit f645a0d14c
1 changed files with 1 additions and 1 deletions

View File

@ -160,4 +160,4 @@ def handle_forecast_req():
if __name__ == '__main__':
app.run()
app.run(port=6090)