diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-10-15 07:09:05 +0200 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-10-15 07:09:05 +0200 |
commit | 22ceaa2114177b4019921623fdf99f968ca26a86 (patch) | |
tree | 91160ca60765b1ac07be0dea4c56eef401a71116 /pyaggr3g470r | |
parent | Disabling logs. (diff) | |
download | newspipe-22ceaa2114177b4019921623fdf99f968ca26a86.tar.gz newspipe-22ceaa2114177b4019921623fdf99f968ca26a86.tar.bz2 newspipe-22ceaa2114177b4019921623fdf99f968ca26a86.zip |
Fixed indentation error.
Diffstat (limited to 'pyaggr3g470r')
-rwxr-xr-x | pyaggr3g470r/utils.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pyaggr3g470r/utils.py b/pyaggr3g470r/utils.py index a97b7187..07836016 100755 --- a/pyaggr3g470r/utils.py +++ b/pyaggr3g470r/utils.py @@ -108,8 +108,7 @@ def open_url(url): #pyaggr3g470r_log.error(url + " " + e.reason) else: error = (url, e.reason.errno, e.reason.strerror) - #pyaggr3g470r_log.error(url + " " + str(e.reason.errno) + " " + \ - e.reason.strerror) + #pyaggr3g470r_log.error(url + " " + str(e.reason.errno) + " " + e.reason.strerror) return (False, error) def generate_qr_code(article): |