From 82592f8b2b91b6b0357f7c6150654722e759543c Mon Sep 17 00:00:00 2001 From: retrozelda Date: Sat, 24 Aug 2024 02:15:16 -0400 Subject: [PATCH] i hate python --- beacon_snatch/content.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",