From 1b045d21948cce661db283f12c0facb860da98c2 Mon Sep 17 00:00:00 2001 From: echel0n Date: Mon, 30 Jun 2014 02:30:09 -0700 Subject: [PATCH] Fix for startup issues --- SickBeard.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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()