ricslator
About
- Username
- ricslator
- Joined
- Visits
- 0
- Last Active
- Roles
- Member
Comments
-
This error means that python is trying to iterate over a None object. With Python, you can only iterate over an object if that object has a value. This is because iterable objects only have a next item which can be accessed if their value is not equ…