This commit is contained in:
2024-07-24 16:50:26 +03:00
parent 0554c3ed4b
commit e11d58dd67
3 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ def get_image(filename, exp_time):
if __name__ == "__main__":
parser = ap.ArgumentParser(prog=sys.argv[1])
parser = ap.ArgumentParser(prog=sys.argv[0])
parser.add_argument("focus_start", help="focus start value", type=float)
parser.add_argument("focus_stop", help="focus stop value", type=float)