data_read #1

Merged
accidentallycompetent merged 7 commits from data_read into main 2023-11-14 22:53:03 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 91df8a0f26 - Show all commits

View File

@ -1,6 +1,7 @@
# Initialise flask
from flask import Flask
app = Flask(__name__)
app.config['SERVER_NAME'] = '0.0.0.0:5000'
app.config.from_prefixed_env()
# Initialise the bluetooth stack