Browse Source

Fix for startup issues

tags/release_0.1.0
echel0n 11 years ago
parent
commit
1b045d2194
  1. 6
      SickBeard.py

6
SickBeard.py

@ -383,10 +383,10 @@ def main():
sickbeard.launchBrowser(startPort) sickbeard.launchBrowser(startPort)
sys.exit() sys.exit()
def startup(): # Build from the DB to start with
# Build from the DB to start with loadShowsFromDB()
loadShowsFromDB()
def startup():
# Fire up all our threads # Fire up all our threads
sickbeard.start() sickbeard.start()

Loading…
Cancel
Save