gdf
This commit is contained in:
parent
2098295cad
commit
b9aa976e2a
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ def unread(v):
|
|||
@app.get("/notifications")
|
||||
@auth_required
|
||||
def notifications(v):
|
||||
t = time.time()
|
||||
sex = time.time()
|
||||
try: page = int(request.values.get('page', 1))
|
||||
except: page = 1
|
||||
messages = request.values.get('messages')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue