diff --git a/discotool/discotool.py b/discotool/discotool.py index 23a6da8..a74be44 100644 --- a/discotool/discotool.py +++ b/discotool/discotool.py @@ -39,7 +39,7 @@ def echo(*text,nl=True,**kargs): # $Env:DISCOTOOL_CIRCUP = "python.exe -m circup" if sys.platform.startswith("win32"): conf['SERIALTOOL'] = "putty -sercfg 115200 -serial {port}" - conf['CIRCUP'] = "python -m circup" + conf['CIRCUP'] = "circup" # override configuration constants with environement variables for var in conf: