summaryrefslogtreecommitdiffstats
path: root/core/utils.py
diff options
context:
space:
mode:
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