referensi melingkar terdeteksi 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]]
Blyxyas