Update: Remove 1 error message
This commit is contained in:
parent
419e3c1aa9
commit
6ca1f6b13c
4 changed files with 12 additions and 43 deletions
|
|
@ -36,12 +36,6 @@ class Users(db.Model):
|
|||
'is_admin': self.is_admin
|
||||
}
|
||||
|
||||
def get_id(self):
|
||||
return self.id
|
||||
|
||||
def get_salt(self):
|
||||
return self.salt
|
||||
|
||||
def auth_token(self):
|
||||
try:
|
||||
time = datetime.now().strftime('%Y-%m-%dT%H:%M:%S')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue