From 790c204b6ab4bb04e4e760220ed65b5556552f59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20G=C3=B3mez=20Garc=C3=ADa?= Date: Mon, 17 Jan 2022 13:46:14 +0100 Subject: [PATCH] fixed uds client actor launching --- client-py3/full/src/UDSClient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-py3/full/src/UDSClient.py b/client-py3/full/src/UDSClient.py index 44f7d206..b3bb752f 100755 --- a/client-py3/full/src/UDSClient.py +++ b/client-py3/full/src/UDSClient.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env -S python3 -s # -*- coding: utf-8 -*- # # Copyright (c) 2014-2021 Virtual Cable S.L.U.