fix qthread destroy on executable.
This commit is contained in:
@@ -17,5 +17,5 @@ class WhiteList:
|
||||
api_data = response.json()
|
||||
|
||||
PlayerServerInfo.is_whitelist = api_data.get('whitelisted', False)
|
||||
#PlayerServerInfo.is_staff = api_data.get('isStaff', False)
|
||||
PlayerServerInfo.is_staff = True
|
||||
PlayerServerInfo.is_staff = api_data.get('isStaff', False)
|
||||
#PlayerServerInfo.is_staff = True
|
||||
|
||||
Reference in New Issue
Block a user