diff --git a/src/automation/service/__main__.py b/src/automation/service/__main__.py index 90df6c27cc221e7b92e6d4feabada4133fe1e04d..79f0e10ae70a172fff989ca45fea19ec6dc044b7 100644 --- a/src/automation/service/__main__.py +++ b/src/automation/service/__main__.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -import sys +import logging,sys LOGGER : logging.Logger = None