diff --git a/tools/tuhi-live.py b/tools/tuhi-live.py index 4f7182c..0fd07ac 100755 --- a/tools/tuhi-live.py +++ b/tools/tuhi-live.py @@ -56,7 +56,7 @@ def maybe_start_tuhi(queue): sys.path.append(os.getcwd()) import tuhi.base - args = [] + args = ['tuhi-live'] # argparse in tuhi.base.main skips argv[0] if verbose: args.append('--verbose')