Skip to content

zimscraperlib

Modules:

Attributes:

debug module-attribute

debug = os.getenv('ZIMSCRAPERLIB_DEBUG')

logger module-attribute

logger = getLogger(
    NAME,
    level=stdlogging.DEBUG if debug else stdlogging.INFO,
)