Add commit=True to the refresher thread.
This commit is contained in:
parent
82a6739768
commit
12400b407c
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ def refresher_thread(rate):
|
|||
log.info('Starting refresh job.')
|
||||
refresh_job = threading.Thread(
|
||||
target=ycdldb.refresh_all_channels,
|
||||
kwargs={'force': False, 'skip_failures': True},
|
||||
kwargs={'force': False, 'skip_failures': True, 'commit': True},
|
||||
daemon=True,
|
||||
)
|
||||
refresh_job.start()
|
||||
|
|
Loading…
Reference in a new issue