1
0
Fork 0
mirror of https://github.com/kakwa/uts-server synced 2025-07-04 20:47:09 +02:00

adding configuration parameters for pkcs11 engine configuration

This commit is contained in:
kakwa 2017-06-20 18:31:00 +02:00
parent 3ffe7777e5
commit ee752d41b6
2 changed files with 16 additions and 1 deletions

View file

@ -203,7 +203,7 @@ Full Configuration File
with open(tsq_path) as f:
for line in f.readlines():
m = re.search('\[ (\w+) \]', line)
m = re.search('#?\[ (\w+) \]', line)
if m:
section = m.group(1)
docs[section] = {'text': text_buf, 'vars': {}}