mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Fixing typo on year.
This commit is contained in:
parent
e9544084f4
commit
367336beb8
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ class Profile(models.Model):
|
|||
most_recent_payment_date = payment.payment_date
|
||||
|
||||
if most_recent_payment_date:
|
||||
self.premium_expire = most_recent_payment_date + datetime.timedelta(year=1)
|
||||
self.premium_expire = most_recent_payment_date + datetime.timedelta(days=365)
|
||||
self.save()
|
||||
|
||||
def queue_new_feeds(self, new_feeds=None):
|
||||
|
|
Loading…
Add table
Reference in a new issue