mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-29 14:29:33 +00:00
Change default web server’s port to 7070
This commit is contained in:
@@ -7,7 +7,7 @@ from flask import Flask, send_from_directory, send_file
|
||||
rospy.init_node('web_server', disable_signals=True)
|
||||
|
||||
|
||||
port = rospy.get_param('~port', 8080)
|
||||
port = rospy.get_param('~port', 7070)
|
||||
host = rospy.get_param('~host', '0.0.0.0')
|
||||
serve_path = rospy.get_param('~path')
|
||||
app = Flask(__name__)
|
||||
|
||||
Reference in New Issue
Block a user