mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-05-19 09:43:10 +01:00
next year auto for wallets
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user