diff options
Diffstat (limited to 'source')
-rwxr-xr-x | source/pyAggr3g470r | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source/pyAggr3g470r b/source/pyAggr3g470r index a231a181..35c6868a 100755 --- a/source/pyAggr3g470r +++ b/source/pyAggr3g470r @@ -92,8 +92,11 @@ def start(python_command): retval = False def stop(): + """ + Stop the process SERVICE. + """ print("Stopping pyAggr3g470r...") - retval=True + retval = True pid = pidof(processname=SERVICE) if pid: if platform.system() == "Windows": |