Spaces:
Paused
Paused
Update streamingcommunity.py
Browse files- streamingcommunity.py +2 -1
streamingcommunity.py
CHANGED
|
@@ -217,4 +217,5 @@ def streaming_community(imdb):
|
|
| 217 |
print(url)
|
| 218 |
return url,url720,quality
|
| 219 |
except Exception as e:
|
| 220 |
-
print("
|
|
|
|
|
|
| 217 |
print(url)
|
| 218 |
return url,url720,quality
|
| 219 |
except Exception as e:
|
| 220 |
+
print("StreamingCommunity failed")
|
| 221 |
+
return None,None
|