diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-11-19 22:44:24 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-11-19 22:44:24 +0100 |
commit | 3b9885e40961bde996014c7e82d59daf2bd7ac14 (patch) | |
tree | 54f60f42b9b445d8b497d373a9d16eefd262ce87 /module/remote/__init__.py | |
parent | catch real debrid error, when ip is blocked (diff) | |
download | pyload-3b9885e40961bde996014c7e82d59daf2bd7ac14.tar.xz |
disableble thriftbackend
Diffstat (limited to 'module/remote/__init__.py')
-rw-r--r-- | module/remote/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/module/remote/__init__.py b/module/remote/__init__.py index 8d1c8b69c..9298f5337 100644 --- a/module/remote/__init__.py +++ b/module/remote/__init__.py @@ -1 +1,2 @@ - +# -*- coding: utf-8 -*- +activated = True |