Esempio n. 1
0
 def upload_to_drive():
     google_client = DriveClient()
     google_client.upload_file(csv_name)
     App.get_running_app().settings.update_settings(update_time=time_str)
     os.remove(csv_name)            
     InformationPopup('File uploaded')
     Logger.info('CustomerHandler: upload thread finished')