We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf69433 + 077490b commit 3ad6e82Copy full SHA for 3ad6e82
src/classes/json_data.py
@@ -39,7 +39,7 @@
39
from classes.app import get_app
40
41
# Compiled path regex
42
-path_regex = re.compile(r'\"(image|path)\":.*?\"(.*?)\"')
+path_regex = re.compile(r'"(image|path)"\s*:\s*"(.*?)"')
43
path_context = {}
44
45
0 commit comments