Rami Janini
Results
2
issues of
Rami Janini
# Issue Number: #197 # Title I have added an qr composition algorithm script in python that was assigned to me.
After some testing, I figured out that the error is caused by an Index error as shown in the below: ``` 'playlist_img_url': playlist['images'][0]['url'], IndexError: list index out of range ```...