mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-22 13:06:34 +00:00
fixup: values instead of items
This commit is contained in:
parent
33491edb9e
commit
ea43d54021
@ -58,7 +58,7 @@ DJANGO_HUEY = {
|
||||
'network': sqlite_tasks('network'),
|
||||
},
|
||||
}
|
||||
for django_huey_queue in DJANGO_HUEY['queues'].items():
|
||||
for django_huey_queue in DJANGO_HUEY['queues'].values():
|
||||
connection = django_huey_queue.get('connection')
|
||||
if connection:
|
||||
filepath = Path('/.' + connection.get('filename') or '').resolve(strict=False)
|
||||
|
Loading…
Reference in New Issue
Block a user