fixing import errors

This commit is contained in:
Pawan Paudel
2021-05-26 14:37:44 +05:45
parent 0214721dd7
commit 3a38afeef0
5 changed files with 9 additions and 10 deletions

View File

@@ -64,7 +64,7 @@ class CdnFeedHelper:
url = resp.url
CdnFeedHelper._LOGGER.debug("Fetched external url for {}: {}".format(
Utils.Utils.bytes_to_hex(episode.gid), url))
Utils.bytes_to_hex(episode.gid), url))
streamer = session.cdn().stream_external_episode(
episode, url, halt_listener)