Slightly optimized last change lol

This commit is contained in:
BlenderDumbass 2024-11-29 20:07:06 +02:00
parent 1467421c13
commit ba14217714

View file

@ -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)