Fix syntax error

This commit is contained in:
2025-09-11 15:11:45 -07:00
parent eaf1fbc811
commit 720c24ed89

View File

@@ -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",
)