Renamed cpl to cpl_core & added config and services as arguments to startup
This commit is contained in:
@@ -16,9 +16,9 @@ class SpinnerThread(threading.Thread):
|
||||
---------
|
||||
msg_len: :class:`int`
|
||||
Length of the message
|
||||
foreground_color: :class:`cpl.console.foreground_color.ForegroundColorEnum`
|
||||
foreground_color: :class:`cpl_core.console.foreground_color.ForegroundColorEnum`
|
||||
Foreground color of the spinner
|
||||
background_color: :class:`cpl.console.background_color.BackgroundColorEnum`
|
||||
background_color: :class:`cpl_core.console.background_color.BackgroundColorEnum`
|
||||
Background color of the spinner
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user