i hate python

This commit is contained in:
retrozelda
2024-08-24 02:15:16 -04:00
parent bbe2050947
commit 82592f8b2b
2 changed files with 2 additions and 2 deletions

View File

@@ -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"]

View File

@@ -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",