Fix formatting issue in playlist manager

pull/222/head
Mike Lang 4 years ago
parent 870be23169
commit b25aefff8b

@ -211,7 +211,7 @@ class YoutubeAPI(object):
metric_name="playlist_list",
)
if not resp.ok:
raise Exception("Failed to list {playlist} (page_token={!r}) with {resp.status_code}: {resp.content}".format(
raise Exception("Failed to list {playlist} (page_token={page_token!r}) with {resp.status_code}: {resp.content}".format(
playlist=playlist, page_token=page_token, resp=resp,
))
return resp.json()

Loading…
Cancel
Save