From 68f9fbb3f7862dd9f854a11bc74525985ddbb9c9 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Sat, 21 May 2022 16:38:28 +0300 Subject: Fixed buttons in the general tab --- src/instances/get_instances.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/instances') 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 -- cgit 1.4.1