forked from github.com/eufy_robovac
Fix syntax error
This commit is contained in:
@@ -195,7 +195,7 @@ def main(*args, **kwargs):
|
||||
parser.add_argument(
|
||||
'--home', '-b',
|
||||
action='store_true',
|
||||
help="Go home"
|
||||
help="Go home",
|
||||
default=False,
|
||||
dest="go_home",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user