This commit is contained in:
deathbybandaid 2020-12-15 10:41:19 -05:00
parent b7b3cfce71
commit 6bda9c94e1

View File

@ -27,7 +27,7 @@ class OriginChannels():
chan_item_urlopn = self.fhdhr.web.session.get(chan_item_url)
stirr_chan_item = chan_item_urlopn.json()
print(stirr_chan_item.keys())
print(stirr_chan_item['rss'].keys())
return []
try: