elliotwutingfeng/Inversion-DNSBL-Generator

View on GitHub
modules/feeds/afnic.py

Summary

Maintainability
A
45 mins
Test Coverage

Avoid deeply nested control flow statements.
Open

                    for row in reader:
                        raw_urls.append(row[0])
                for batch in chunked(raw_urls, hostname_expression_batch_size):
Severity: Major
Found in modules/feeds/afnic.py - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status