!!! BREAKING CHANGE !!! Redesign TOML config structure

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2023-01-22 12:32:10 +01:00
parent 0856153699
commit 88e8ab9fd5
26 changed files with 1131 additions and 826 deletions

View File

@@ -67,7 +67,7 @@ class FTLAPI():
# Iterate over all lines
for line in f:
# Find the line with the password hash
if line.startswith(" pwhash = "):
if line.startswith(" pwhash = "):
# Remove quotes and whitespace
line = line.split("=")[1].split("\"")
if len(line) > 2: