@@ -546,7 +546,7 @@ def index():
546
546
with StdoutRedirection (ath_un ):
547
547
print (gc_fit_well_progress )
548
548
time .sleep (1 )
549
- gc .dwnld_insert_fit_wellness (ath_un , gc_agent ,start_date ,end_date ,gc_username , gc_password , mfp_username , output , db_host , db_name , superuser_un ,superuser_pw , archive_to_dropbox ,archive_radio ,dbx_auth_token ,encr_pass )
549
+ gc .dwnld_insert_fit_wellness (ath_un , gc_agent ,start_date ,end_date_today ,gc_username , gc_password , mfp_username , output , db_host , db_name , superuser_un ,superuser_pw , archive_to_dropbox ,archive_radio ,dbx_auth_token ,encr_pass )
550
550
gc_fit_well_progress = 'GC FIT wellness data downloaded successfully'
551
551
with StdoutRedirection (ath_un ):
552
552
print (gc_fit_well_progress )
@@ -570,8 +570,8 @@ def index():
570
570
with StdoutRedirection (ath_un ):
571
571
print (gc_json_well_progress )
572
572
time .sleep (1 )
573
- gc .dwnld_insert_json_wellness (ath_un , gc_agent , start_date , end_date , gc_username , gc_password , mfp_username , display_name , output , db_host , db_name , superuser_un ,superuser_pw , archive_to_dropbox ,archive_radio ,dbx_auth_token ,encr_pass )
574
- gc .dwnld_insert_json_body_composition (ath_un , gc_agent , start_date , end_date , gc_username , gc_password , mfp_username , output , db_host , db_name , superuser_un ,superuser_pw , archive_to_dropbox , archive_radio , dbx_auth_token ,encr_pass )
573
+ gc .dwnld_insert_json_wellness (ath_un , gc_agent , start_date , end_date_today , gc_username , gc_password , mfp_username , display_name , output , db_host , db_name , superuser_un ,superuser_pw , archive_to_dropbox ,archive_radio ,dbx_auth_token ,encr_pass )
574
+ gc .dwnld_insert_json_body_composition (ath_un , gc_agent , start_date , end_date_today , gc_username , gc_password , mfp_username , output , db_host , db_name , superuser_un ,superuser_pw , archive_to_dropbox , archive_radio , dbx_auth_token ,encr_pass )
575
575
gc_json_well_progress = 'GC JSON wellness data downloaded successfully'
576
576
with StdoutRedirection (ath_un ):
577
577
print (gc_json_well_progress )
@@ -595,7 +595,7 @@ def index():
595
595
with StdoutRedirection (ath_un ):
596
596
print (gc_json_dailysum_progress )
597
597
time .sleep (1 )
598
- gc .dwnld_insert_json_dailysummary (ath_un ,gc_agent , start_date , end_date , gc_username , gc_password , mfp_username , display_name , output , db_host , db_name , superuser_un ,superuser_pw , archive_to_dropbox ,archive_radio ,dbx_auth_token ,encr_pass )
598
+ gc .dwnld_insert_json_dailysummary (ath_un ,gc_agent , start_date , end_date_today , gc_username , gc_password , mfp_username , display_name , output , db_host , db_name , superuser_un ,superuser_pw , archive_to_dropbox ,archive_radio ,dbx_auth_token ,encr_pass )
599
599
gc_json_dailysum_progress = 'GC JSON daily summary data downloaded successfully'
600
600
with StdoutRedirection (ath_un ):
601
601
print (gc_json_dailysum_progress )
@@ -646,7 +646,7 @@ def index():
646
646
with StdoutRedirection (ath_un ):
647
647
print (mfp_progress )
648
648
time .sleep (1 )
649
- mfp .dwnld_insert_nutrition (mfp_username ,mfp_password ,ath_un ,start_date ,end_date ,encr_pass ,save_pwd ,auto_synch ,db_host ,superuser_un ,superuser_pw )
649
+ mfp .dwnld_insert_nutrition (mfp_username ,mfp_password ,ath_un ,start_date ,end_date_today ,encr_pass ,save_pwd ,auto_synch ,db_host ,superuser_un ,superuser_pw )
650
650
mfp_progress = 'MFP nutrition data downloaded successfully'
651
651
with StdoutRedirection (ath_un ):
652
652
print (mfp_progress )
0 commit comments