Fix for gdrive not working #1081

This commit is contained in:
Ozzieisaacs
2019-11-26 10:46:06 +01:00
parent 78f9ee86b1
commit 8af178c19c
3 changed files with 7 additions and 2 deletions

View File

@ -213,7 +213,7 @@ class WorkerThread(threading.Thread):
else:
self.doLock.release()
except Exception as e:
log.exception(e)
log.exception(e)
self.doLock.release()
if main_thread.is_alive():
time.sleep(1)