Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
Syncrepl monitoring tools
Commits
2dc2734a
Commit
2dc2734a
authored
Sep 21, 2020
by
Ondřej Kuzník
Browse files
Fix startup issues
parent
1be8bcf1
Changes
2
Show whitespace changes
Inline
Side-by-side
syncmonitor/__init__.py
0 → 100644
View file @
2dc2734a
syncmonitor/ui.py
View file @
2dc2734a
...
...
@@ -93,7 +93,7 @@ class App(urwid.Frame):
self
.
stopped
.
set
()
async
def
mai
n
(
args
=
None
):
async
def
ru
n
(
args
=
None
):
logging
.
basicConfig
()
options
=
parser
.
parse_args
(
args
)
...
...
@@ -122,5 +122,5 @@ async def main(args=None):
app
.
stop
()
if
__name__
==
"__main__"
:
asyncio
.
run
(
main
(
))
def
main
(
args
=
None
)
:
asyncio
.
run
(
run
(
args
))
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment