matheuswhite/bluebees

View on GitHub
bluebees/client/node/commands/send.py

Summary

Maintainability
A
35 mins
Test Coverage

Function send has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

def send(target, opcode, parameters, devkey, app):
Severity: Minor
Found in bluebees/client/node/commands/send.py - About 35 mins to fix

    No newline at end of file
    Open

    # PublishTTL default 7 (4.3.2.16)
    Severity: Minor
    Found in bluebees/client/node/commands/send.py by pep8

    Trailing blank lines are superfluous.

    Okay: spam(1)
    W391: spam(1)\n
    
    However the last line should end with a new line (warning W292).

    There are no issues that match your filters.

    Category
    Status