summaryrefslogtreecommitdiffstats
path: root/parsers/people.py
diff options
context:
space:
mode:
Diffstat (limited to 'parsers/people.py')
-rw-r--r--parsers/people.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsers/people.py b/parsers/people.py
index 0a05efb..5426683 100644
--- a/parsers/people.py
+++ b/parsers/people.py
@@ -188,7 +188,7 @@ def check_new_signups(expedition):
signups_clear = read_signups()
# print(signups_clear)
for slug in signups_clear:
- print(slug)
+ print(f"check_new_signups: {slug}")
p = Person.objects.get(slug=slug)
pe = PersonExpedition.objects.update_or_create(person=p, expedition=expedition)
# print("ADDING ",pe, expedition)