This commit is contained in:
2017-03-16 12:42:42 +01:00
parent c871382198
commit 3bf608777e
2 changed files with 5 additions and 1 deletions

View File

@@ -782,7 +782,7 @@ class RevPiPyLoad(proginit.ProgInit):
return -1
# Elemente prüfen
lst_check = ["Devices", "Sumary", "App"]
lst_check = ["Devices", "Summary", "App"]
for chk in lst_check:
if chk not in jconfigrsc:
return -2