ability to cache images on hard drive added
diff --git a/config.py b/config.py
index 3ee6f20..b92385e 100644
--- a/config.py
+++ b/config.py
@@ -8,4 +8,4 @@
 DEFAULT_FILE_PATH = "test.json"
 OUTPUT_FILE = "output.json"
 TEST_PATH = os.environ.get("TEST_PATH", os.path.dirname(__file__) + "/test_results")
-CHARTS_IMG_PATH = "images"
+CHARTS_IMG_PATH = "static/images"