mirror of
https://github.com/RetroZelda/beacon-snatch.git
synced 2026-06-12 19:36:53 +00:00
i hate python
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user