Use correct var to shuffle

This commit is contained in:
Ruud
2014-01-25 15:26:00 +01:00
parent 88c328af8e
commit fbae706b0f
@@ -77,7 +77,7 @@ class MovieSearcher(SearcherBase, MovieTypeBase):
Media.status.has(identifier = 'active')
).all()
random.shuffle(movies)
random.shuffle(movies_raw)
movies = []
for m in movies_raw: