-
Couldn't load subscription status.
- Fork 115
Fix CI #1830
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix CI #1830
Changes from 5 commits
70c3dab
33d6a3b
a7eec3e
6e42a18
e4eb0cb
f531f83
3698e9f
22a02b4
baf2106
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -251,7 +251,6 @@ async def process_request( | |
| status_code=http.HTTPStatus.MOVED_PERMANENTLY, | ||
| reason_phrase="Moved Permanently", | ||
| headers=websockets.Headers(Location=app_url), | ||
| body=None, | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The type for python-websockets/websockets@e6d0ea1 It seems we've always just wanted the default value for |
||
| ) | ||
| else: | ||
| return None | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.