Skip to content

Commit

Permalink
Remove print json
Browse files Browse the repository at this point in the history
- remove
  • Loading branch information
NyaShinn1204 committed Jan 9, 2025
1 parent 205e17b commit 8add80c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file added Yoimi-0.9.zip
Binary file not shown.
1 change: 0 additions & 1 deletion ext/utils/dmm_tv.py
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,6 @@ def get_mpd_link(self, content_id):
try:
metadata_response = self.session.post(_ENDPOINT_CC, json=meta_json)
return_json = metadata_response.json()
print(return_json)
if return_json["data"] != None:
content_mpd_list = []

Expand Down

0 comments on commit 8add80c

Please sign in to comment.