typo
This commit is contained in:
parent
a61d6450da
commit
cde5490df4
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ class Engine:
|
|||
self.playlists,
|
||||
key=lambda playlist: -score[playlist['name']]
|
||||
)
|
||||
videos = playlists[:channels['globalKeywords']]
|
||||
videos += playlists[:channels['globalKeywords']]
|
||||
playlists = playlists[channels['globalKeywords']:]
|
||||
# Count tags for the user
|
||||
count = defaultdict(lambda: 0)
|
||||
|
|
Loading…
Reference in a new issue