Skip to content

Commit 4b0dda1

Browse files
committed
Call init_utils only once.
1 parent adef945 commit 4b0dda1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scrolltext/linescroller.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
def linescroller(cfg):
1818
"""
1919
Main entry point for linescroller.
20-
:param write_config: Write initial config
21-
:type: bool
20+
:param cfg: Config object
21+
:type: configparser.ConfigParser
2222
"""
2323
getch = None
2424
if not IS_WINDOWS:

0 commit comments

Comments
 (0)