Closed damian0604 closed 6 years ago
Fixes #393
This should now work:
from inca import Inca myinca=Inca() myinca.database.list_doctypes() myinca.rssscrapers.volkskrant(save=True) myinca.database.list_doctypes()
I fixed another error, but the main problem why the count increased by one was because of a lowlands liveblog (so it was actually correct)
Fixes #393
This should now work: