Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

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]]
 
PREVIOUS NEXT
Tagged: #circular #reference #detected #python
ADD COMMENT
Topic
Name
3+1 =