diff options
| author | 2012-01-11 18:42:23 +0100 | |
|---|---|---|
| committer | 2012-01-11 18:42:23 +0100 | |
| commit | 7dacdd1a89dc6a6d191495937d4193172cdfa14d (patch) | |
| tree | 990da5c6e116088f8841950adda112c0649781fd /module/plugins/internal | |
| parent | premium4.me error handling (diff) | |
| download | pyload-7dacdd1a89dc6a6d191495937d4193172cdfa14d.tar.xz | |
Unrar fix
Diffstat (limited to 'module/plugins/internal')
| -rw-r--r-- | module/plugins/internal/UnRar.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/UnRar.py b/module/plugins/internal/UnRar.py index feac4c176..de6215704 100644 --- a/module/plugins/internal/UnRar.py +++ b/module/plugins/internal/UnRar.py @@ -188,4 +188,4 @@ def renice(pid, value): try: Popen(["renice", str(value), str(pid)], stdout=PIPE, stderr=PIPE, bufsize=-1) except: - print "Renice failed"
\ No newline at end of file + print "Renice failed" |
