From fb6fab0a9f4b91ef4654c340c876f5ca383614a1 Mon Sep 17 00:00:00 2001 From: Bigsk Date: Fri, 30 Oct 2020 16:06:35 +0800 Subject: [PATCH] Fixed a small problem --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index b25a71d..6d26d0f 100644 --- a/main.py +++ b/main.py @@ -63,7 +63,7 @@ class GMCLCore(object): self.__UUID=result['selectedProfile']['id'] self.__ID=result['selectedProfile']['name'] else: - return "Error:Fail to request Mojang's Auth Server." + return "Error:Fail to request Mojang\'s Auth Server." def OfflineAuth(self,Account): self.__ID=Account self.__UUID=self.GetUUID(Account) @@ -88,4 +88,4 @@ class GMCLCore(object): if(DownloadFrom=="" or DownloadTo==""): pass else: - +