You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, in the function download_latest_file in row dt_obj = datetime.datetime.strptime(file.time_last_modified, date_format) was showing error, but i resolved with dt_obj = datetime.datetime.strftime(file.time_last_modified,date_format).