Skip to content

Commit

Permalink
Oversight
Browse files Browse the repository at this point in the history
  • Loading branch information
Egezenn committed Nov 9, 2024
1 parent a4050c9 commit c88dbf5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions odg/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,8 @@

# VALVE FOR THE LOVE OF GOD INCLUDE NEW HEROES INTO PRO PLAY
for row in rows: # RUBBERPATCH
for attr in rows:
if attr[0] == "131" or attr[0] == "145":
rows.pop(row)
if row[0] == "131" or row[0] == "145":
rows.remove(row)

for i, row in enumerate(rows, start=1):
call_successful = 0
Expand Down

0 comments on commit c88dbf5

Please sign in to comment.