mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 11:02:21 -05:00
Fix for startup issues
This commit is contained in:
parent
9d5b2da19e
commit
1b045d2194
@ -383,10 +383,10 @@ def main():
|
||||
sickbeard.launchBrowser(startPort)
|
||||
sys.exit()
|
||||
|
||||
def startup():
|
||||
# Build from the DB to start with
|
||||
loadShowsFromDB()
|
||||
|
||||
def startup():
|
||||
# Fire up all our threads
|
||||
sickbeard.start()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user