Procházet zdrojové kódy

fix: fix code review

pull/232/head
Roman Hanečák před 2 roky
rodič
revize
0e8013d3ab
1 změnil soubory, kde provedl 1 přidání a 3 odebrání
  1. +1
    -3
      _kosmorro/main.py

+ 1
- 3
_kosmorro/main.py Zobrazit soubor

@@ -347,9 +347,7 @@ def get_args(output_formats: [str]):
"--no-graph",
dest="show_graph",
action="store_false",
help=_(
"Do not generate a graph to represent the rise and set times in the PDF format."
),
help=_("Do not generate a graph to represent the rise and set times in the PDF format."),
)
parser.add_argument(
"--debug",


Načítá se…
Zrušit
Uložit