diff options
Diffstat (limited to 'core/views/scans.py')
-rw-r--r-- | core/views/scans.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/scans.py b/core/views/scans.py index dae372a..0e49a8c 100644 --- a/core/views/scans.py +++ b/core/views/scans.py @@ -193,7 +193,7 @@ def walletslistyear(request, year): year = str(year) manywallets = ticksyearwallet(year) - expeditions = Expedition.objects.all() + expeditions = Expedition.objects.all() #bad Django style expedition = expeditions.filter(year=year) print("--") return render( |