Browse Source

Fix indent error

cryobry 5 years ago
parent
commit
6591e89164
1 changed files with 1 additions and 1 deletions
  1. 1 1
      nba_playoffs_game_updater.py

+ 1 - 1
nba_playoffs_game_updater.py

@@ -78,7 +78,7 @@ def _getPlayersCells(_statsSheet, _startRow, _lastRow):
 
     if _playerCell.value == "":
       _playersCells.remove(_playerCell)
-          break
+      break
   
   return _playersCells