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
I am getting this issue when trying to display sql queries s1 = 0 if stats[3] == 0 else s * (stats[3] / self.stats[3])
looks like the self.stats[3] can be equal to 0
The text was updated successfully, but these errors were encountered:
I am getting this issue when trying to display sql queries
s1 = 0 if stats[3] == 0 else s * (stats[3] / self.stats[3])
looks like the self.stats[3] can be equal to 0
The text was updated successfully, but these errors were encountered: