mirror of
https://github.com/Cronocide/fitbit-web-ui-app.git
synced 2025-01-22 11:29:03 +00:00
Converted spaces to tabs
This commit is contained in:
parent
820060de03
commit
b670002668
@ -1,4 +1,3 @@
|
||||
# %%
|
||||
import os
|
||||
import base64
|
||||
import logging
|
||||
@ -14,9 +13,6 @@ from datetime import datetime, timedelta
|
||||
import dash_dangerously_set_inner_html
|
||||
from urllib.parse import parse_qs, urlparse
|
||||
|
||||
|
||||
# %%
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
for variable in ['CLIENT_ID','CLIENT_SECRET','REDIRECT_URL'] :
|
||||
if variable not in os.environ.keys() :
|
||||
@ -504,7 +500,3 @@ def update_output(n_clicks, start_date, end_date, oauth_token):
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.run_server(debug=True)
|
||||
|
||||
|
||||
|
||||
# %%
|
||||
|
Loading…
Reference in New Issue
Block a user