Skip to content

Commit

Permalink
Support ukait court URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
dragon-dxw committed Nov 23, 2023
1 parent 09f5ed8 commit 559f7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion judgments/converters.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def to_url(self, value):


class CourtConverter:
regex = "ewhc|uksc|ukpc|ewca|ewcop|ewfc|ukut|eat|ukftt"
regex = "ewhc|uksc|ukpc|ewca|ewcop|ewfc|ukut|eat|ukftt|ukait"

def to_python(self, value):
return value
Expand Down

0 comments on commit 559f7cc

Please sign in to comment.