Skip to content

Commit

Permalink
Remove empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
fulder committed Jul 3, 2021
1 parent 698b904 commit ff753c7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions scripts/check_episodes_without_items.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,9 @@
}
)




if "Item" not in i and show_id not in ids:
ret = requests.get(
f"https://api.show.moshan.tv/shows/{show_id}",
headers={"Authorization": TOKEN})
print(ret.json()["tvmaze_id"])
ids.append(show_id)





0 comments on commit ff753c7

Please sign in to comment.