Skip to content

Commit 7d05084

Browse files
committed
Linting
1 parent 539796a commit 7d05084

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ntripstreams/__main__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,13 @@ async def rtcmStreamTasks(url, mountPoints, user, passwd):
9797

9898
parser = argparse.ArgumentParser()
9999
parser.add_argument(
100-
"url",
101-
help="Ntripcaster url and port. (e.g. http[s]://caster.hostename.net:2101)"
100+
"url", help="Ntripcaster url and port. (e.g. http[s]://caster.hostename.net:2101)"
102101
)
103102
parser.add_argument(
104103
"-m",
105104
"--mountpoint",
106105
action="append",
107-
help="Name of mountpoint without leading / (e.g. PNT1)."
106+
help="Name of mountpoint without leading / (e.g. PNT1).",
108107
)
109108
parser.add_argument("-u", "--user", help="Username to access Ntrip " "caster.")
110109
parser.add_argument("-p", "--passwd", help="Password to access Ntrip caster.")

0 commit comments

Comments
 (0)