diff --git a/beacon_snatch/content.py b/beacon_snatch/content.py index d4f8a8b..34868d4 100644 --- a/beacon_snatch/content.py +++ b/beacon_snatch/content.py @@ -71,7 +71,7 @@ class BeaconContent: return None if "video" not in content_block["contentType"]: - logging.warn(f"Skipping non-video content \"{ content_block["contentType"] }\" for Content \"{content_id}\"") + logging.warn(f"Skipping non-video content \"{ content_block['contentType'] }\" for Content \"{content_id}\"") return None content_video_block = content_block["contentVideo"] diff --git a/setup.py b/setup.py index 968d91c..aa1a61c 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ def parse_requirements(filename): setup( name="beacon_snatch", - version="0.1.0", + version="0.1.1", author="RetroZelda", author_email="retrozelda@gmail.com", description="Snatch from Beacon",