From 481575905a2b2e3dd6a6dbc724181106da42a23a Mon Sep 17 00:00:00 2001 From: Anmol Date: Thu, 30 Jul 2020 18:23:00 +0530 Subject: [PATCH] FEAT: NEW GRAPH MODULE --- make_bar_graph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_bar_graph.py b/make_bar_graph.py index d87fa21..a2b16ee 100644 --- a/make_bar_graph.py +++ b/make_bar_graph.py @@ -16,7 +16,7 @@ class BarGraph: def build_graph(self): - with open('colors.json') as f: + with open('./colors.json') as f: colors = json.load(f) allColorsValues = []