added start for embedded device

This commit is contained in:
Brandon4466
2024-04-27 20:12:35 -07:00
parent 75057d6bb6
commit fa634a7d6c

View File

@@ -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()