Closed tejendrapsingh closed 3 weeks ago
Without a stack trace, I can't really see where your script is failing. If unreliable code is properly wrapped in try/except blocks, then loops should continue going.
try
except
Without a stack trace, I can't really see where your script is failing. If unreliable code is properly wrapped in
try
/except
blocks, then loops should continue going.