Mythus commited on
Commit
f6820e5
·
verified ·
1 Parent(s): 4638ba5

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
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