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
in json, floats and ints are indistinguishable and everything is a float
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
in json, floats and ints are indistinguishable and everything is a float
@ZoutigeWolf