summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--strfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/strfile.py b/strfile.py
index b70e8c4..e80f709 100644
--- a/strfile.py
+++ b/strfile.py
@@ -3,7 +3,7 @@
import os, re
-lotr_str_regex = re.compile(r'([A-Z]*\:.*?)\"(.*?)\"(?:.*?)END',re.DOTALL)
+lotr_str_regex = re.compile(r'([A-Za-z]*\:.*?)\"(.*?)\"(?:.*?)END',re.DOTALL)
def dict_parse(rawdata):
global lotr_str_regex