Here is the error, I am getting while downloading story from choya which contains images:
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner
self.run()
File "/usr/local/lib/python3.8/threading.py", line 870, in run
self._target(*self._args, *self._kwargs)
File "/ebook-publisher/Ebook-Publisher.py", line 187, in MakeClass
formatsft
File "/ebook-publisher/Ebook-Publisher.py", line 32, in
'epub':lambda x:MakeEpub(x),
File "/ebook-publisher/Ebook-Publisher.py", line 158, in MakeEpub
zeros = '0' (len(str(site.isize))-1)
AttributeError: 'Chyoa' object has no attribute 'isize'
Here is the error, I am getting while downloading story from choya which contains images: