diff --git a/resources/lib/service_entry.py b/resources/lib/service_entry.py index 4c4e7faa..2ebd014e 100644 --- a/resources/lib/service_entry.py +++ b/resources/lib/service_entry.py @@ -210,6 +210,7 @@ class Service(): utils.delete_nodes() app.ACCOUNT.set_unauthenticated() # Force full sync after login + utils.settings('lastfullsync', value='0') app.SYNC.run_lib_scan = 'full' return True