Skip to content

Commit

Permalink
Merge pull request #23 from NeverScapeAlone/v2.4.1-alpha
Browse files Browse the repository at this point in the history
v2.4.0-alpha
  • Loading branch information
Ferrariic authored Aug 16, 2022
2 parents b8468ba + 4ede0c9 commit 2520347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ async def post_url(route, data):


async def check_match_id(match_id: str) -> bool:
if re.fullmatch("^[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}", match_id):
if re.fullmatch("^[A-Za-z0-9]{4}-[A-Za-z0-9]{4}", match_id):
return True
return False

0 comments on commit 2520347

Please sign in to comment.