Whenever i try to access my database with value = db["key"] I get the error TypeError: unexpected type "float".
value = db["key"]
TypeError: unexpected type "float"
This never happened before, can someone tell me what this means?
the file with problems = cogs/xp.py
nice solution yeah I thought the python db would get all these nitty types down for you, but I guess not
Error when accessing replit database in python
Whenever i try to access my database with
value = db["key"]
I get the errorTypeError: unexpected type "float"
.This never happened before, can someone tell me what this means?
the file with problems = cogs/xp.py
nice solution
@ZoutigeWolfyeah I thought the python db would get all these nitty types down for you, but I guess not