mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Fixing IP logging.
This commit is contained in:
parent
1fef6d7133
commit
12ad1b1e04
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ class Profile(models.Model):
|
|||
print " ---> You must pass confirm=True to delete this user."
|
||||
return
|
||||
|
||||
logging.user(self.user, "Deleting user: %s / %s" % (user.email, user.profile.last_seen_ip))
|
||||
logging.user(self.user, "Deleting user: %s / %s" % (self.user.email, self.user.profile.last_seen_ip))
|
||||
try:
|
||||
self.cancel_premium()
|
||||
except:
|
||||
|
|
Loading…
Add table
Reference in a new issue