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