diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-08-07 23:10:30 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-08-07 23:10:30 +0300 |
commit | eec04266120db7564f4d3803922f7df0012d9e52 (patch) | |
tree | 0c40ebdbbb624472d09244ac3dc39796d8b523ee /parsers/people.py | |
parent | 65936bdce5bfe2224c5d391dad8c77394f01ab91 (diff) | |
download | troggle-eec04266120db7564f4d3803922f7df0012d9e52.tar.gz troggle-eec04266120db7564f4d3803922f7df0012d9e52.tar.bz2 troggle-eec04266120db7564f4d3803922f7df0012d9e52.zip |
Cope with ARGE people
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: |