mirror of
https://github.com/RetroZelda/beacon-snatch.git
synced 2026-06-15 14:28:14 +00:00
i hate python
This commit is contained in:
@@ -71,7 +71,7 @@ class BeaconContent:
|
|||||||
return None
|
return None
|
||||||
|
|
||||||
if "video" not in content_block["contentType"]:
|
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
|
return None
|
||||||
|
|
||||||
content_video_block = content_block["contentVideo"]
|
content_video_block = content_block["contentVideo"]
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -7,7 +7,7 @@ def parse_requirements(filename):
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="beacon_snatch",
|
name="beacon_snatch",
|
||||||
version="0.1.0",
|
version="0.1.1",
|
||||||
author="RetroZelda",
|
author="RetroZelda",
|
||||||
author_email="retrozelda@gmail.com",
|
author_email="retrozelda@gmail.com",
|
||||||
description="Snatch from Beacon",
|
description="Snatch from Beacon",
|
||||||
|
|||||||
Reference in New Issue
Block a user