diff options
Diffstat (limited to 'parsers/people.py')
-rw-r--r-- | parsers/people.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/parsers/people.py b/parsers/people.py index bf053f3..ccae37c 100644 --- a/parsers/people.py +++ b/parsers/people.py @@ -160,7 +160,10 @@ foreign_friends = [ def known_foreigner(id): - """If this someone from ARGE or a known Austrian? Name has to be exact, no soft matching""" + """If this someone from ARGE or a known Austrian? Name has to be exact, no soft matching + + APPARENTLY NOT YET USED + instead foreigners have names prefixed by * in the logbook.html ?""" global foreign_friends if id in foreign_friends: |