You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. Just noticed that on L69: if count >= countThreshold:
So if I understand correctly, maybe you should replace the line with if count >= self.countThreshold:
Hi. Just noticed that on L69:
if count >= countThreshold:So if I understand correctly, maybe you should replace the line with
if count >= self.countThreshold: