diff options
Diffstat (limited to 'core/views/uploads.py')
-rw-r--r-- | core/views/uploads.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/uploads.py b/core/views/uploads.py index 31e7277..ded99f2 100644 --- a/core/views/uploads.py +++ b/core/views/uploads.py @@ -110,7 +110,7 @@ def scanupload(request, path=None): wallet = "2022#01" # improve this later year = wallet[:4] - if int(year) <= 1999: + if int(year) <= 1998: #print(f'! - FORM scanupload - start {wallet} REDIRECT TO OLDWALLET') return(oldwallet(request, path)) |