Slightly optimized last change lol
This commit is contained in:
parent
1467421c13
commit
ba14217714
1 changed files with 2 additions and 1 deletions
|
@ -1369,7 +1369,8 @@ def Graph(server, url):
|
|||
# including graph loads before the cookie.
|
||||
|
||||
if not server.cookie:
|
||||
Redirect(server, server.path, time=2)
|
||||
Redirect(server, server.path)
|
||||
return
|
||||
|
||||
user = validate(server.cookie)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue