diff options
author | Ivo Buff <kagenoshin@gmx.ch> | 2013-08-12 13:39:44 +0200 |
---|---|---|
committer | Ivo Buff <kagenoshin@gmx.ch> | 2013-08-12 13:39:44 +0200 |
commit | e61b59db999bd4328ba9713b84c8c52c8378fd11 (patch) | |
tree | 4a2d1ad0cfcb8148b88b4970415c9f38fbda27dd /module/plugins | |
parent | simplydebrid: "further improvements" (diff) | |
download | pyload-e61b59db999bd4328ba9713b84c8c52c8378fd11.tar.xz |
Simplydebrid: added new line
added new line at the end of the hoster file
Diffstat (limited to 'module/plugins')
-rw-r--r-- | module/plugins/hoster/SimplydebridCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/SimplydebridCom.py b/module/plugins/hoster/SimplydebridCom.py index 35cc3fb02..03396cc27 100644 --- a/module/plugins/hoster/SimplydebridCom.py +++ b/module/plugins/hoster/SimplydebridCom.py @@ -58,4 +58,4 @@ class SimplydebridCom(Hoster): check = self.checkDownload({"bad1": "No address associated with hostname", "bad2": "<html"}) if check == "bad1" or check == "bad2": - self.retry(24, 150, 'Bad file downloaded')
\ No newline at end of file + self.retry(24, 150, 'Bad file downloaded') |