rajatomar788 / pywebcopy

Locally saves webpages to your hard disk with images, css, js & links as is.
https://rajatomar788.github.io/pywebcopy/
Other
531 stars 106 forks source link

Minor documentation fix #4

Closed maxpearl closed 5 years ago

maxpearl commented 5 years ago

using import pywebcopy , then pywebcopy.config.config throws this error: "AttributeError: 'ConfigHandler' object has no attribute 'config'"

but using from pywebcopy import config then calling pywebcopy.config works fine.