about summary refs log tree commit diff stats
path: root/src/instances
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2022-05-21 16:38:28 +0300
committerManeraKai <manerakai@protonmail.com>2022-05-21 16:38:28 +0300
commit68f9fbb3f7862dd9f854a11bc74525985ddbb9c9 (patch)
treede474998634ef4fd0ed26859ba88653bbd162a90 /src/instances
parentHiding popup buttons when not available (diff)
downloadlibredirect-68f9fbb3f7862dd9f854a11bc74525985ddbb9c9.zip
Fixed buttons in the general tab
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 facbca61..b47433ba 100644
--- a/src/instances/get_instances.py
+++ b/src/instances/get_instances.py
@@ -349,7 +349,7 @@ def peertube():
         myList.append('https://'+k['host'])
 
     mightyList['peertube'] = myList
-    print(Fore.GREEN + 'Fetched ' + Style.RESET_ALL + 'Peertube')
+    print(Fore.GREEN + 'Fetched ' + Style.RESET_ALL + 'PeerTube')
 
 
 def isValid(url):  # This code is contributed by avanitrachhadiya2155