about summary refs log tree commit diff stats
path: root/src/instances
diff options
context:
space:
mode:
authorHygna <hygna@proton.me>2022-09-22 19:58:07 +0100
committerHygna <hygna@proton.me>2022-09-22 19:58:07 +0100
commit320d0175a8e1223618eb3b8d740b420ef674fc8d (patch)
tree83840e7fb4074e5bc1d528a928334236ae81bbae /src/instances
parent100% compat with widgets/<service>.js (diff)
downloadlibredirect-320d0175a8e1223618eb3b8d740b420ef674fc8d.zip
Completed Migration to ejs
Diffstat (limited to 'src/instances')
-rw-r--r--src/instances/get_instances.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/instances/get_instances.py b/src/instances/get_instances.py
index 2547917a..85bdf1cf 100644
--- a/src/instances/get_instances.py
+++ b/src/instances/get_instances.py
@@ -446,7 +446,7 @@ def peertube():
         'https://instances.joinpeertube.org/api/v1/instances?start=0&count=1045&sort=-createdAt')
     rJson = json.loads(r.text)
 
-    myList = []
+    myList = ['https://search.joinpeertube.org']
     for k in rJson['data']:
         myList.append('https://'+k['host'])