We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a6177b commit fbb7298Copy full SHA for fbb7298
webhook/models.py
@@ -78,7 +78,7 @@ def validate_regex(self):
78
try:
79
if self.filter is not None:
80
re.compile(self.filter)
81
- except Exception, e:
+ except Exception as e:
82
raise
83
84
def match_filter(self, data):
0 commit comments