Skip to content

Commit 55933be

Browse files
authored
Removed random space
1 parent 893f476 commit 55933be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def __exit__(
153153
if self._unlock:
154154
self.lock.release()
155155

156-
156+
157157
# For some reason, the Discord voice websocket expects this header to be
158158
# completely lowercase while aiohttp respects spec and does it as case-insensitive
159159
aiohttp.hdrs.WEBSOCKET = 'websocket' # type: ignore

0 commit comments

Comments
 (0)