DebasishDhal99 commited on
Commit
ced6416
1 Parent(s): 6044ebd

Minor change in return to return the playlist name as well

Browse files
Files changed (1) hide show
  1. playlists_mismatch.py +1 -1
playlists_mismatch.py CHANGED
@@ -87,4 +87,4 @@ def playlists_mismatch_func(playlistlink1, playlistlink2, output = 'link'):
87
  elif output == 'name':
88
  firstnotsecond = [get_video_name(i) for i in firstnotsecond]
89
  secondnotfirst = [get_video_name(i) for i in secondnotfirst]
90
- return firstnotsecond, secondnotfirst
 
87
  elif output == 'name':
88
  firstnotsecond = [get_video_name(i) for i in firstnotsecond]
89
  secondnotfirst = [get_video_name(i) for i in secondnotfirst]
90
+ return firstnotsecond, secondnotfirst, playlist1name, playlist2name