Skip to content

Commit 58c3fdf

Browse files
author
Leonid Fedorenchik
committed
mycobotpro630.py: Improve docstring
1 parent c76330f commit 58c3fdf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pymycobot/mycobotpro630.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,7 @@ def __init__(self, debug=False, do_init=True):
482482
483483
Args:
484484
debug (bool, optional): Debug mode of logging (log with debug). Defaults to False.
485+
do_init (bool, optional): if True will initialize robot, otherwise will skip initialization.
485486
"""
486487
self.c = elerob.command()
487488
self.s = elerob.stat()

0 commit comments

Comments
 (0)