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)
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()

Loading…
Cancel
Save