mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 05:26:37 +00:00
Sort the excluded set
This commit is contained in:
parent
09fab821e9
commit
00e89623be
@ -338,8 +338,8 @@ class EditSourceMixin:
|
|||||||
lambda f: str(f).rsplit('.', 1)[-1],
|
lambda f: str(f).rsplit('.', 1)[-1],
|
||||||
Source._meta.fields
|
Source._meta.fields
|
||||||
)).keys() if k not in frozenset((
|
)).keys() if k not in frozenset((
|
||||||
'has_failed',
|
|
||||||
'created',
|
'created',
|
||||||
|
'has_failed',
|
||||||
'last_crawl',
|
'last_crawl',
|
||||||
'uuid'
|
'uuid'
|
||||||
))
|
))
|
||||||
|
Loading…
Reference in New Issue
Block a user