This is my first pull request. Please tell me if I did anyhing wrong.
Add main function and call
import core.downloader as program
from inside of this new main function
Traceback (most recent call last):
File "framework.py", line 3, in <module>
import core.downloader as program
File "Issuu-PDF-Downloader/core/downloader.py", line 4, in <module>
import core.pdf as pdf
File "Issuu-PDF-Downloader/core/pdf.py", line 2, in <module>
from framework import WIDTH_PDF, HEIGHT_PDF, NAME_PDF
File "Issuu-PDF-Downloader/framework.py", line 3, in <module>
import core.downloader as program
AttributeError: module 'core' has no attribute 'downloader'
This is my first pull request. Please tell me if I did anyhing wrong.
Add main function and call
import core.downloader as program
from inside of this new main function