Skip to content

Commit

Permalink
fix SyntaxError
Browse files Browse the repository at this point in the history
  • Loading branch information
abhidg committed Aug 29, 2024
1 parent 86fe99b commit 3004cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/obr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def main():
case "list":
for outbreak in OUTBREAKS:
print(
f"\033[1m{outbreak:12s} \033[0m{OUTBREAKS[outbreak]["description"]}"
f"\033[1m{outbreak:12s} \033[0m{OUTBREAKS[outbreak]['description']}"
)
case "report":
if args.outbreak not in OUTBREAKS:
Expand Down

0 comments on commit 3004cbd

Please sign in to comment.