mirror of
https://github.com/bsedin/matrix-webhook.git
synced 2026-04-09 11:25:40 +00:00
lint: fix line length
This commit is contained in:
@@ -20,7 +20,8 @@ parser.add_argument(
|
||||
"-u",
|
||||
"--matrix-url",
|
||||
default=os.environ.get("MATRIX_URL", "https://matrix.org"),
|
||||
help="matrix homeserver url. Default: `https://matrix.org`. Environment variable: `MATRIX_URL`",
|
||||
help="matrix homeserver url. Default: `https://matrix.org`. "
|
||||
"Environment variable: `MATRIX_URL`",
|
||||
)
|
||||
parser.add_argument(
|
||||
"-i",
|
||||
|
||||
Reference in New Issue
Block a user