Missed a line somehow.

This commit is contained in:
xnappo 2015-05-03 10:19:02 -05:00
parent 7a2d0d2ef7
commit 08ea50bdca
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ class Kodi_Monitor(xbmc.Monitor):
if method == "System.OnWake": if method == "System.OnWake":
xbmc.sleep(10000) #Allow network to wake up xbmc.sleep(10000) #Allow network to wake up
utils.logMsg("Doing_Db_Sync Post Resume: syncDatabase (Started)",1) utils.logMsg("Doing_Db_Sync Post Resume: syncDatabase (Started)",1)
libSync = LibrarySync().FullLibrarySync()
utils.logMsg("Doing_Db_Sync Post Resume: syncDatabase (Finished) " + str(libSync),1) utils.logMsg("Doing_Db_Sync Post Resume: syncDatabase (Finished) " + str(libSync),1)