diff --git a/SickBeard.py b/SickBeard.py index 2671f382..75a3704e 100755 --- a/SickBeard.py +++ b/SickBeard.py @@ -383,10 +383,10 @@ def main(): sickbeard.launchBrowser(startPort) sys.exit() - def startup(): - # Build from the DB to start with - loadShowsFromDB() + # Build from the DB to start with + loadShowsFromDB() + def startup(): # Fire up all our threads sickbeard.start()