From 3ae447012a5d3ff311534efda81e9cc1837ba349 Mon Sep 17 00:00:00 2001 From: croneter Date: Mon, 16 Sep 2019 07:13:33 +0200 Subject: [PATCH] Remove some obsolete code --- resources/lib/sync.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/resources/lib/sync.py b/resources/lib/sync.py index 32f1fcad..87efc477 100644 --- a/resources/lib/sync.py +++ b/resources/lib/sync.py @@ -137,7 +137,6 @@ class Sync(backgroundthread.KillableThread): playlist_monitor = None initial_sync_done = False last_websocket_processing = 0 - one_day_in_seconds = 60 * 60 * 24 # Link to Websocket queue queue = app.APP.websocket_queue @@ -170,7 +169,6 @@ class Sync(backgroundthread.KillableThread): return if not install_sync_done: # Very FIRST sync ever upon installation or reset of Kodi DB - last_time_sync = timing.unix_timestamp() LOG.info('Initial start-up full sync starting') xbmc.executebuiltin('InhibitIdleShutdown(true)') # This call will block until scan is completed