fddf
This commit is contained in:
parent
9fc47b90f7
commit
9a9c2216e1
3 changed files with 6 additions and 4 deletions
|
@ -18,7 +18,8 @@ def notifications(v):
|
|||
|
||||
|
||||
|
||||
page = int(request.args.get('page', 1))
|
||||
try: page = int(request.args.get('page', 1))
|
||||
except: page = 1
|
||||
all_ = request.args.get('all', False)
|
||||
messages = request.args.get('messages', False)
|
||||
posts = request.args.get('posts', False)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue