diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2011-11-28 18:16:53 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2011-11-28 18:16:53 +0100 |
| commit | ea9c06ee0676f33f0d1fd370281328fa7219e22b (patch) | |
| tree | af6a64e8d0a0d7e30d5c51fbca92f624c4459f56 | |
| parent | 3a6efba0d71972e2fe14a40cd405ccb0a6a6c078 (diff) | |
| download | enigma2-curlytx-ea9c06ee0676f33f0d1fd370281328fa7219e22b.tar.gz enigma2-curlytx-ea9c06ee0676f33f0d1fd370281328fa7219e22b.zip | |
do not reload curlytx on startup
| -rw-r--r-- | src/plugin.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugin.py b/src/plugin.py index 8d52cdb..e67db88 100644 --- a/src/plugin.py +++ b/src/plugin.py @@ -10,7 +10,6 @@ from Components.config import config def main(session, **kwargs): - reload(CurlyTx) try: session.open(CurlyTx.CurlyTx) except: |
