diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2024-03-14 23:59:39 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2024-03-14 23:59:39 +0000 |
commit | e1eb85969ae04fd457e8a3f21284488a348eb1f0 (patch) | |
tree | 81f213274d830b091f884aaa882291b6d97e1210 /core/utils.py | |
parent | 4c8a88d20cf54a70bd000fd8b7c5772118d2309a (diff) | |
download | troggle-e1eb85969ae04fd457e8a3f21284488a348eb1f0.tar.gz troggle-e1eb85969ae04fd457e8a3f21284488a348eb1f0.tar.bz2 troggle-e1eb85969ae04fd457e8a3f21284488a348eb1f0.zip |
next year auto for wallets
Diffstat (limited to 'core/utils.py')
-rw-r--r-- | core/utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/utils.py b/core/utils.py index fd85af6..04bc6e2 100644 --- a/core/utils.py +++ b/core/utils.py @@ -101,6 +101,7 @@ def current_expo(): u = User.objects.get(username='expo') u.current_year = year u.save() + # print(f"---{year}---") return year else: return settings.EPOCH.year # this is 1970 |