diff --git a/participation/management/commands/parse_notation_sheets.py b/participation/management/commands/parse_notation_sheets.py index 0bc7822..9dcb209 100644 --- a/participation/management/commands/parse_notation_sheets.py +++ b/participation/management/commands/parse_notation_sheets.py @@ -41,7 +41,6 @@ class Command(BaseCommand): if options['verbosity'] >= 1: self.stdout.write(f"Parsing notation sheet for pool {pool.short_name} for {tournament}") pool.parse_spreadsheet() + sleep(3) # Three calls = 3s sleep tournament.parse_tweaks_spreadskeets() - - sleep(1)