elliotwutingfeng/Inversion-DNSBL-Generator

View on GitHub
modules/utils/http_requests.py

Summary

Maintainability
A
45 mins
Test Coverage

Avoid deeply nested control flow statements.
Open

                        if chunk is None:
                            raise aiohttp.client_exceptions.ClientError(
                                "Stream disrupted"
                            )
                        else:
Severity: Major
Found in modules/utils/http_requests.py - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status