Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Theophile-Madet committed Oct 20, 2023
1 parent dde61ab commit 1fc0c2d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ class Command(BaseCommand):
help = "If a new cycle has started, remove one shift point from all active members."

def handle(self, *args, **options):
ProcessedPurchaseFiles.objects.all().delete()
env = environ.Env()
private_key = paramiko.RSAKey.from_private_key(
io.StringIO(env("TAPIR_SSH_KEY_PRIVATE"))
Expand Down

0 comments on commit 1fc0c2d

Please sign in to comment.