Explorar o código

Changed root-tag of label file to lowercase

Stefan Schmidt %!s(int64=6) %!d(string=hai) anos
pai
achega
5b15235a28
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      code/Core/LabelManager.py

+ 1 - 1
code/Core/LabelManager.py

@@ -6,7 +6,7 @@ import ID2TLib.Label as Label
 
 
 class LabelManager:
-    TAG_ROOT = 'LABELS'
+    TAG_ROOT = 'labels'
     TAG_ATTACK = 'attack'
     TAG_ATTACK_NAME = 'attack_name'
     TAG_ATTACK_NOTE = 'attack_note'