diff options
Diffstat (limited to 'butler/butler.py')
-rw-r--r-- | butler/butler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/butler/butler.py b/butler/butler.py index 07d511a..0ed0847 100644 --- a/butler/butler.py +++ b/butler/butler.py @@ -17,7 +17,7 @@ config = config[butler_set] TABL_STEP = int(os.environ.get('LIGA_BUTLER_TABLE_STEP', 8)) TEAM_STEP = int(os.environ.get('LIGA_BUTLER_TEAM_STEP', 16)) -PLAYER_STEP = int(os.environ.get('LIGA_BUTLER_TEAM_STEP', 500)) +PLAYER_STEP = int(os.environ.get('LIGA_BUTLER_PLAYER_STEP', 500)) tabl_offset = 0 team_offset = 0 |