janw/tapedrive

View on GitHub
podcasts/models/podcast.py

Summary

Maintainability
A
3 hrs
Test Coverage
F
38%

Showing 2 of 2 total issues

File podcast.py has 261 lines of code (exceeds 250 allowed). Consider refactoring.
Open

import logging
from urllib.parse import urlencode, urlparse, urlunparse
 
import requests
from actstream import action
Severity: Minor
Found in podcasts/models/podcast.py - About 2 hrs to fix

    Function update has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    def update(
    Severity: Minor
    Found in podcasts/models/podcast.py - About 45 mins to fix
      Category
      Status