summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/views/scans.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/scans.py b/core/views/scans.py
index aa6181a..79d6ccc 100644
--- a/core/views/scans.py
+++ b/core/views/scans.py
@@ -145,7 +145,7 @@ def walletslistperson(request, first_name, last_name):
if last_name:
p = Person.objects.get(fullname= f'{first_name} {last_name}')
else:
- # speciall Wookey-hack
+ # special Wookey-hack
p = Person.objects.get(first_name= f'{first_name}')
except:
#raise