added start for embedded device
This commit is contained in:
@@ -12,7 +12,6 @@ app = Flask(__name__)
|
||||
if os.path.exists('client_id'):
|
||||
with open('client_id', 'r') as file:
|
||||
client_id = file.read()
|
||||
print(client_id)
|
||||
if os.path.exists('client_secret'):
|
||||
with open('client_secret', 'r') as file:
|
||||
client_secret = file.read()
|
||||
|
||||
Reference in New Issue
Block a user