소스 검색

fix: fix code review

pull/232/head
Roman Hanečák 3 년 전
부모
커밋
0e8013d3ab
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. +1
    -3
      _kosmorro/main.py

+ 1
- 3
_kosmorro/main.py 파일 보기

@@ -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",


불러오는 중...
취소
저장