Spaces:
Paused
Paused
Update run.py
Browse files
run.py
CHANGED
|
@@ -206,7 +206,7 @@ def addon_stream(type, id):
|
|
| 206 |
if STREAMINGWATCH == "1":
|
| 207 |
url_streamingwatch = streamingwatch(id)
|
| 208 |
if url_streamingwatch:
|
| 209 |
-
streams['streams'].append({'title': 'StreamingWatch 720p', 'url': url_streamingwatch})
|
| 210 |
if not streams['streams']:
|
| 211 |
abort(404)
|
| 212 |
|
|
|
|
| 206 |
if STREAMINGWATCH == "1":
|
| 207 |
url_streamingwatch = streamingwatch(id)
|
| 208 |
if url_streamingwatch:
|
| 209 |
+
streams['streams'].append({'title': '{HF}StreamingWatch 720p', 'url': url_streamingwatch})
|
| 210 |
if not streams['streams']:
|
| 211 |
abort(404)
|
| 212 |
|