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
File "./api/index.py", line 32, in do_GET
data = getdata(user)
File "./api/index.py", line 20, in getdata
itemlist = {"date": item, "count": datacount[index]}
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
File "./api/index.py", line 32, in do_GET
data = getdata(user)
File "./api/index.py", line 20, in getdata
itemlist = {"date": item, "count": datacount[index]}
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: