renaming extract_otp_secret_keys -> extract_otp_secrets and test file names

This commit is contained in:
scito 2022-12-30 20:37:38 +01:00
parent 10ff533a42
commit 549c128fb7
15 changed files with 176 additions and 174 deletions

View file

@ -13,7 +13,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
from __future__ import annotations # for compatibility with Python < 3.11
from __future__ import annotations # for compatibility with PYTHON < 3.11
import csv
import glob
import io