Fixed a small problem

This commit is contained in:
Bigsk 2020-10-30 16:06:35 +08:00
parent f2a2c174ce
commit fb6fab0a9f

View File

@ -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: