mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-07-27 15:54:16 +00:00
Code refactoring and bug fixes
This commit is contained in:
@@ -14,4 +14,4 @@ class AccountUser(db.Model):
|
||||
self.user_id = user_id
|
||||
|
||||
def __repr__(self):
|
||||
return '<Account_User {0} {1}>'.format(self.account_id, self.user_id)
|
||||
return '<Account_User {0} {1}>'.format(self.account_id, self.user_id)
|
||||
|
Reference in New Issue
Block a user