From 1013e44eae0d32443c81ebdf2aa22d1506a31224 Mon Sep 17 00:00:00 2001 From: dorodnic Date: Sun, 28 May 2023 21:12:05 +0200 Subject: [PATCH] update --- authenticate.py | 4 ---- enroll.py | 4 ---- list_users.py | 4 ---- 3 files changed, 12 deletions(-) diff --git a/authenticate.py b/authenticate.py index 737ac65..ff9d3b5 100644 --- a/authenticate.py +++ b/authenticate.py @@ -1,7 +1,3 @@ -""" -License: Apache 2.0. See LICENSE file in root directory. -Copyright(c) 2020-2021 Intel Corporation. All Rights Reserved. -""" import requests import subprocess import rsid_py diff --git a/enroll.py b/enroll.py index 29956aa..c510da0 100644 --- a/enroll.py +++ b/enroll.py @@ -1,7 +1,3 @@ -""" -License: Apache 2.0. See LICENSE file in root directory. -Copyright(c) 2020-2021 Intel Corporation. All Rights Reserved. -""" import rsid_py import sys import logging diff --git a/list_users.py b/list_users.py index a1245ff..d259e77 100644 --- a/list_users.py +++ b/list_users.py @@ -1,7 +1,3 @@ -""" -License: Apache 2.0. See LICENSE file in root directory. -Copyright(c) 2020-2021 Intel Corporation. All Rights Reserved. -""" import rsid_py PORT='/dev/ttyACM0'