mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 21:03:21 -07:00
Only connect if first run is complete
This commit is contained in:
parent
90443b4028
commit
c2713c53dd
3 changed files with 7 additions and 7 deletions
|
@ -461,7 +461,8 @@ def start():
|
|||
notification_handler.start_threads(num_threads=CONFIG.NOTIFICATION_THREADS)
|
||||
notifiers.check_browser_enabled()
|
||||
|
||||
activity_pinger.connect_server(log=True, startup=True)
|
||||
if CONFIG.FIRST_RUN_COMPLETE:
|
||||
activity_pinger.connect_server(log=True, startup=True)
|
||||
|
||||
_STARTED = True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue