Skip to content
This repository was archived by the owner on Dec 20, 2021. It is now read-only.

Commit fa46df9

Browse files
committed
Using non-perm auth header, method redundant
1 parent 69f8f6f commit fa46df9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

vrcpy/client.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,6 @@ async def _ws_loop(self):
150150

151151
self.loop.create_task(self.on_disconnect())
152152

153-
def _remove_authorization_header(self):
154-
if hasattr(self.request.session, "headers"):
155-
if "Authorization" in self.request.session.headers:
156-
del self.request.session.headers["Authorization"]
157-
158153
# -- Get
159154

160155
def get_friend(self, id):

0 commit comments

Comments
 (0)