Bugfix
This commit is contained in:
parent
e4217d0a57
commit
d1ebd921e1
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
|
|
||||||
# $Schlepperbande: src/tivomirror/tivomirror,v 1.33 2010/08/07 12:23:17 stb Exp $
|
# $Schlepperbande: src/tivomirror/tivomirror,v 1.34 2010/08/07 13:40:31 stb Exp $
|
||||||
#
|
#
|
||||||
# Stefans Script, um die Sendungen vom Tivo runterzuladen und in MPEG4
|
# Stefans Script, um die Sendungen vom Tivo runterzuladen und in MPEG4
|
||||||
# zu transkodieren.
|
# zu transkodieren.
|
||||||
|
@ -164,7 +164,7 @@ def checkProcessError(curl, decode):
|
||||||
|
|
||||||
def quit_process(pid):
|
def quit_process(pid):
|
||||||
try:
|
try:
|
||||||
os.kill(p_curl.pid, signal.SIGQUIT)
|
os.kill(pid, signal.SIGQUIT)
|
||||||
except OSError:
|
except OSError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue