Working on M1 with rosseta, so removed check (that does not recognizes m1 when running app with rosseta)

This commit is contained in:
Adolfo Gómez García 2021-06-19 17:01:39 +02:00
parent 60f69be354
commit 4ed3cbc787

View File

@ -355,12 +355,12 @@ if __name__ == "__main__":
'{}://{}/uds/rest/client'.format(['http', 'https'][ssl], host), sslError
)
try:
if platform.mac_ver()[2] == 'arm64':
minimal(api, ticket, scrambler)
sys.exit(0)
except Exception:
pass # Ignore check (should not be any problem)
# try:
# if platform.mac_ver()[2] == 'arm64':
# minimal(api, ticket, scrambler)
# sys.exit(0)
# except Exception:
# pass # Ignore check (should not be any problem)
try:
logger.debug('Starting execution')