[imdb] simplification of iters and fill short description in all cases
This commit is contained in:
parent
5e8e4690da
commit
19b418e6d0
3 changed files with 31 additions and 36 deletions
|
|
@ -203,7 +203,8 @@ class Cineoob(ReplApplication):
|
|||
inter = list(set(lid1) & set(lid2))
|
||||
for common in inter:
|
||||
movie = self.get_object(common, 'get_movie')
|
||||
self.cached_format(movie)
|
||||
if movie:
|
||||
self.cached_format(movie)
|
||||
self.flush()
|
||||
|
||||
def do_persons_in_common(self, line):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue