Fixed a small problem
This commit is contained in:
parent
f2a2c174ce
commit
fb6fab0a9f
4
main.py
4
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:
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user