Answers for "circular reference detected python repl.it"

0

circular reference detected python repl.it

# The this you add must be JSON serializable.
# Make sure you're adding to the database are things like default lists,
# strings, numbers, etc instead of custom classes

# That was the problem I has, so I used db[id] = [time(), []] instead of
# db[id] = [time(), List[user]]
Posted by: Guest on March-12-2022

Python Answers by Framework

Browse Popular Code Answers by Language