From 88e23627fd475f53d2f0eceb69554cfcc40bd83a Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Thu, 25 Jun 2020 19:12:10 -0700 Subject: [PATCH] Fix typo --- plexpy/webauth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexpy/webauth.py b/plexpy/webauth.py index e93aefb1..8af5638f 100644 --- a/plexpy/webauth.py +++ b/plexpy/webauth.py @@ -301,7 +301,7 @@ class AuthController(object): cherrypy.response.cookie[jwt_cookie]['path'] = plexpy.HTTP_ROOT.rstrip('/') or '/' if plexpy.HTTP_ROOT != '/': - # Aslo expire the JWT on the root path + # Also expire the JWT on the root path cherrypy.response.headers['Set-Cookie'] = jwt_cookie + '=""; expires=Thu, 01 Jan 1970 12:00:00 GMT; path=/' cherrypy.request.login = None