MammaMia-Urlo commited on
Commit
6b751ab
·
verified ·
1 Parent(s): 8308772

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -30,7 +30,7 @@ def addon_manifest():
30
 
31
  @app.route('/')
32
  def root():
33
- return "Hello, this is a Stremio Addon providing HTTPS Stream for Italian Movies/Series, to install it add /manifest.json to the url and then add it into the Stremio search bar"
34
 
35
 
36
 
 
30
 
31
  @app.route('/')
32
  def root():
33
+ return "Hello, this is a Stremio Addon providing HTTPS Stream for Italian Movies/Series, to install it add /manifest.json to the url and then add it into the Stremio search bar. Since this is a remote server Filmpertutti is disabled (The stream coming from there is IP-LOCKED) therefore, if you can, I suggest you to host this locally or else just stick with the other providers"
34
 
35
 
36