Merge pull request #30100 from taosdata/fix/mergegpt
fix(gpt): set the default port to be 6090 if manually start taosanode
This commit is contained in:
commit
2f711467ee
|
@ -160,4 +160,4 @@ def handle_forecast_req():
|
|||
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.run()
|
||||
app.run(port=6090)
|
||||
|
|
Loading…
Reference in New Issue