소스 검색

Adds only calculation mode.

master
Lukas Prause 2 년 전
부모
커밋
5a9e3750a9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      plot_gps.py

+ 1
- 1
plot_gps.py 파일 보기

@@ -55,7 +55,7 @@ if __name__ == "__main__":
parser.add_argument("--no_legend", action="store_false", default=True, help="Do not show legend.")
parser.add_argument("--save", default=None, help="Location to save pdf file.")
parser.add_argument("--time_offset", default=None, type=int, help="Minutes added to GPS datetime.")
parser.add_argument("--no_plot", default=False, type=bool, help="Only calculations without plotting.")
parser.add_argument("--no_plot", default=False, action="store_true", help="Only calculations without plotting.")

parser.add_argument(
"--show_providerinfo",

Loading…
취소
저장