79110676

Date: 2024-10-21 15:18:02
Score: 1.5
Natty:
Report link

The error suggests that chat.get() returns a list, which can be iterated like so:

for c in chat.get():
    # do what you need to here
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Sam