Skip to content
Snippets Groups Projects
Commit 34bffc9b authored by Felix Schäfer's avatar Felix Schäfer :construction_worker:
Browse files

Syntax

parent b3143e74
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Fixed
- Syntax fix
## [1.4.0] - 2022-05-26
### Added
......
......@@ -125,7 +125,7 @@ def matrix_inviter_kick(self, event: int, order: int, order_position: int):
)
r.raise_for_status()
except (requests.ConnectionError, requests.HTTPError) as e:
if r.status_code in (403):
if r.status_code in (403,):
order.log_action(
"pretix_matrix_inviter.remove_error",
data={
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment