Skip to content

Commit

Permalink
pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
markusressel committed Sep 28, 2024
1 parent e8245b0 commit 5b50136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keel_telegram_bot/client/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,4 @@ def __init__(self, pattern: re.Pattern):
self._pattern = pattern

def __str__(self):
return f"regexp:{self._pattern}"
return f"regexp:{self._pattern.pattern}"

0 comments on commit 5b50136

Please sign in to comment.