summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/FilepostCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/FilepostCom.py')
-rw-r--r--module/plugins/hoster/FilepostCom.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/module/plugins/hoster/FilepostCom.py b/module/plugins/hoster/FilepostCom.py
index 30ea6a869..3731fad43 100644
--- a/module/plugins/hoster/FilepostCom.py
+++ b/module/plugins/hoster/FilepostCom.py
@@ -93,10 +93,10 @@ class FilepostCom(SimpleHoster):
if not 'js' in res:
self.error(_("JSON %s 1") % field)
- #: i changed js_answer to res['js'] since js_answer is nowhere set.
- #: i don't know the JSON-HTTP specs in detail, but the previous author
- #: accessed res['js']['error'] as well as js_answer['error'].
- #: see the two lines commented out with "# ~?".
+ #: I changed js_answer to res['js'] since js_answer is nowhere set.
+ #: I don't know the JSON-HTTP specs in detail, but the previous author
+ #: Accessed res['js']['error'] as well as js_answer['error'].
+ #: See the two lines commented out with "# ~?".
if 'error' in res['js']:
if res['js']['error'] == 'download_delay':