diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-06-08 23:25:48 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-06-08 23:25:48 +0200 |
commit | 3e9ac24baa2131f77c5f3756ee1defc0178a4e5c (patch) | |
tree | 7064e508e60079dfb3bbb60da83343ec38e061dd /module/common | |
parent | erniebs x7 fix (diff) | |
download | pyload-3e9ac24baa2131f77c5f3756ee1defc0178a4e5c.tar.xz |
retries for real debrid
Diffstat (limited to 'module/common')
-rw-r--r-- | module/common/JsEngine.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/common/JsEngine.py b/module/common/JsEngine.py index 0b451c9dd..5612b12a3 100644 --- a/module/common/JsEngine.py +++ b/module/common/JsEngine.py @@ -49,7 +49,7 @@ if not ENGINE: pass -if not ENGINE or ENGINE: +if not ENGINE: try: path = "" #path where to find rhino |