Skip to content

Commit

Permalink
v1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariusz89B committed Sep 10, 2022
1 parent e7c2538 commit a566817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon.py
Original file line number Diff line number Diff line change
Expand Up @@ -2022,7 +2022,7 @@ def sports(genre_id):

try:
data = j_response['data']['sportEventList']['content']['sections']
items = None
items = []

for i in data:
for item in i['items']:
Expand Down

0 comments on commit a566817

Please sign in to comment.