-
- Downloads
Fix todo in config.py (#3376)
* added explanatory comments to tests/sickrage/show tests * Fixed all the TODO's in sickbeard/config.py (Did this in multiple commits in nonforked version in which I'm not allowed to push, so this one will be just one commit) * now logs with the correct tag (debug instead of info) * now uses the correct way to input strings (".format(e)" instead of "% e") * replaced %s with {} so the strings will work * try_int not in try statement anymore * checkbox_to_value not in try statement anymore * removed try catch from frequency functions * removed try catches (EAFP) and return true is the version is already enabled * removed excess indentation * just a single return at the end of the function now
Loading
Please register or sign in to comment