Skip to content

Commit

Permalink
print time_format
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Sep 25, 2024
1 parent ab08d48 commit db50931
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ovos_config/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,9 @@ def do_merge(folder):
console.print(f"Config updated: {config.path}")

print_json(json.dumps({k: v for k, v in config.items()
if k in ["lang", "tts", "stt", "system_unit", "date_format"]}))
if k in ["lang", "tts", "stt",
"system_unit", "date_format",
"time_format", "spoken_time_format"]}))


@config.command()
Expand Down

0 comments on commit db50931

Please sign in to comment.