aboutsummaryrefslogtreecommitdiffstats
path: root/epy.py
diff options
context:
space:
mode:
authorwustho <benawiadha@gmail.com>2020-09-21 21:47:27 +0700
committerwustho <benawiadha@gmail.com>2020-09-21 21:47:27 +0700
commita61eed521f667a7c6e1e3cb5a34d41e24e24c9af (patch)
tree158f53458a34a2d1dd5b0be8e172136b76ce3412 /epy.py
parent3b15be30decbc99c8526946e28dc89a810231425 (diff)
downloadepy-a61eed521f667a7c6e1e3cb5a34d41e24e24c9af.tar.gz
Fixed minor: added 'self' to fb2.cleanup()
Diffstat (limited to 'epy.py')
-rwxr-xr-xepy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/epy.py b/epy.py
index a4e710c..b64d01e 100755
--- a/epy.py
+++ b/epy.py
@@ -366,7 +366,7 @@ class FictionBook:
imgtype = img.get("content-type").split("/")[1]
return imgid+"."+imgtype, base64.b64decode(img.text)
- def cleanup():
+ def cleanup(self):
return