dfdf
This commit is contained in:
parent
baf90af158
commit
72c3facfb2
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ from sqlalchemy.orm import joinedload, aliased
|
|||
import re
|
||||
|
||||
|
||||
def get_user(username, v=None, g.db=None, graceful=False):
|
||||
def get_user(username, v=None, graceful=False):
|
||||
|
||||
username = username.replace('\\', '')
|
||||
username = username.replace('_', '\_')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue