From 7f5980f70224308a7fc41967000ade6a4ebc3631 Mon Sep 17 00:00:00 2001 From: Chris Pomeroy <cpomeroy@localhost.localdomain> Date: Sat, 02 Dec 2017 05:21:48 +0000 Subject: [PATCH] Fixed errant hex key generation. Added for loop to just grab the correct info not specific array parts. --- .gitignore | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index 9616a17..224556d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,8 @@ # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] - +*.aax +.vscode # C extensions *.so -- Gitblit v1.10.0