NabDev/NabBot

View on GitHub
cogs/tracking.py

Summary

Maintainability
A
45 mins
Test Coverage

Avoid deeply nested control flow statements.
Open

                            if last_scan_ss >= current_ss:
                                log.debug(f"{tag} {values[0].name} | {values[1].name} | Already saved")
                                await asyncio.sleep(0.1)
                                continue
                        try:
Severity: Major
Found in cogs/tracking.py - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status