Skip to content

Commit

Permalink
Temporarily disable
Browse files Browse the repository at this point in the history
  • Loading branch information
lakridserne committed Dec 29, 2024
1 parent e059e75 commit a7fcd72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
5 changes: 3 additions & 2 deletions members/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,9 @@ def do(self):
.exclude(address_invalid__exact=True)[:50]
)

for person in persons:
person.update_dawa_data()
# Temporarily disable while fixing script
#for person in persons:
# person.update_dawa_data()


# If it's the first day of the year, make sure to capture all payments that year
Expand Down
11 changes: 0 additions & 11 deletions members/management/commands/update_dawa.py

This file was deleted.

0 comments on commit a7fcd72

Please sign in to comment.