Skip to content

Commit

Permalink
Fix option params
Browse files Browse the repository at this point in the history
  • Loading branch information
Saverio976 committed Sep 18, 2024
1 parent d1d6408 commit 7615dce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion worldtimezone/extensions/world_clock.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ def add_field(u, tz):
default=datetime.datetime.now().year,
)
@lightbulb.option(
"timezone" "timezone of the time|date (default is yours)",
"timezone",
"timezone of the time|date (default is yours)",
type=str,
required=False,
choices=pytz.all_timezones,
Expand Down

0 comments on commit 7615dce

Please sign in to comment.