Skip to content

Commit

Permalink
fix property access
Browse files Browse the repository at this point in the history
  • Loading branch information
markusressel committed Sep 28, 2024
1 parent c852fae commit 430192b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions keel_telegram_bot/client/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def from_value(value: str):
duration = parse_golang_duration(value.strip())
return PollSchedule(duration)

@property
def value(self):
return self.__str__()

Expand Down

0 comments on commit 430192b

Please sign in to comment.