pep8: Fix E122.
This commit is contained in:
parent
e410264372
commit
68f7dae482
|
@ -307,7 +307,7 @@ as normal.'''.replace("\n", " ")
|
||||||
parser.add_option('--mode',
|
parser.add_option('--mode',
|
||||||
default=None,
|
default=None,
|
||||||
action='store',
|
action='store',
|
||||||
help= \
|
help=
|
||||||
'''Which mode to run in. Valid options are "personal" and "public". In
|
'''Which mode to run in. Valid options are "personal" and "public". In
|
||||||
"personal" mode, the mirror uses an individual users' credentials and mirrors
|
"personal" mode, the mirror uses an individual users' credentials and mirrors
|
||||||
all messages they send on Zulip to Jabber and all private Jabber messages to
|
all messages they send on Zulip to Jabber and all private Jabber messages to
|
||||||
|
|
Loading…
Reference in a new issue