mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-03 20:34:43 +00:00
Add missing docstring.
This commit is contained in:
parent
1cafc3b8db
commit
176967365b
1 changed files with 2 additions and 0 deletions
|
|
@ -47,6 +47,8 @@ def sigint_handler(*args):
|
|||
|
||||
|
||||
def main (argv=None):
|
||||
"""Initialize the Qt application, handle commandline arguments
|
||||
and show the main window."""
|
||||
if argv is None:
|
||||
argv = sys.argv
|
||||
app = QApplication(argv)
|
||||
|
|
|
|||
Loading…
Reference in a new issue