Skip to content

Commit

Permalink
Update occlusion_mapper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
robotastic committed Mar 5, 2024
1 parent a00d23e commit 3bf4306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion occlusion-mapper/occlusion_mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def hello_world():
return f'var camera_ip = "{self.camera_ip}";'

# Set the default entrance point to 'index.html'
@app.route('/')
@self.app.route('/')
def index():
return send_from_directory('static', 'index.html')
# self.app.run(host="0.0.0.0", debug=True, port=5000)
Expand Down

0 comments on commit 3bf4306

Please sign in to comment.