forked from expo/troggle
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