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
I've had a script running for a while now, pulling down the latest data. However in the last couple of days the script has been hanging. I have tracked it down to the latest_by="newCasesByPublishDate" portion. If I remove this, it returns all the data, but I am no longer able to just pull in the latest data. Any idea what is going on?
The api call looks like
api = Cov19API(
filters=filter,
structure=structure,
latest_by="newCasesByPublishDate")
The text was updated successfully, but these errors were encountered:
I've had a script running for a while now, pulling down the latest data. However in the last couple of days the script has been hanging. I have tracked it down to the
latest_by="newCasesByPublishDate"
portion. If I remove this, it returns all the data, but I am no longer able to just pull in the latest data. Any idea what is going on?The api call looks like
The text was updated successfully, but these errors were encountered: