mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-01 08:53:37 +00:00
Fix for startup issues
This commit is contained in:
parent
9d5b2da19e
commit
1b045d2194
1 changed files with 3 additions and 3 deletions
|
@ -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…
Reference in a new issue