summaryrefslogtreecommitdiffstats
path: root/core/utils.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2024-03-14 23:59:39 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2024-03-14 23:59:39 +0000
commite1eb85969ae04fd457e8a3f21284488a348eb1f0 (patch)
tree81f213274d830b091f884aaa882291b6d97e1210 /core/utils.py
parent4c8a88d20cf54a70bd000fd8b7c5772118d2309a (diff)
downloadtroggle-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.py1
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