next year auto for wallets

This commit is contained in:
2024-03-14 23:59:39 +00:00
parent 4c8a88d20c
commit e1eb85969a
4 changed files with 56 additions and 25 deletions

View File

@@ -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