Merge remote-tracking branch 'origin/master'

This commit is contained in:
pengtao 2021-07-28 16:35:30 +08:00
commit 99889093e8

View File

@ -30,4 +30,4 @@ api.add_resource(RelushADinfo, '/interface/reflush_adinfo')
if __name__ == '__main__':
app.run(host='0.0.0.0', debug=True, port=priv_i_port)
app.run(host='0.0.0.0', debug=True, port=5015)