Skip to content

Commit fbb7298

Browse files
committed
Py 3 fix
1 parent 6a6177b commit fbb7298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webhook/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def validate_regex(self):
7878
try:
7979
if self.filter is not None:
8080
re.compile(self.filter)
81-
except Exception, e:
81+
except Exception as e:
8282
raise
8383

8484
def match_filter(self, data):

0 commit comments

Comments
 (0)