summaryrefslogtreecommitdiff
path: root/database.py
diff options
context:
space:
mode:
Diffstat (limited to 'database.py')
-rw-r--r--database.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/database.py b/database.py
index a0cd736..ca48345 100644
--- a/database.py
+++ b/database.py
@@ -103,7 +103,7 @@ def LookupID (id):
except KeyError:
return None
-def LookupStoreHacker(name, email, mapunknown = False):
+def LookupStoreHacker(name, email, mapunknown = True):
email = RemapEmail(email)
h = LookupEmail(email)
if h: # already there