diff --git a/commands/station_cmd.py b/commands/station_cmd.py index ef37345f..8e74fdcc 100644 --- a/commands/station_cmd.py +++ b/commands/station_cmd.py @@ -46,8 +46,8 @@ ParseArgument( '--ls-from-star', help='Number of light seconds between station and star.', - type=float, - default=0.0, + type=int, + default=0, dest='lsFromStar', ), ParseArgument(