]> Pileus Git - ~andy/csm213a-hw/blobdiff - vis/main.py
Add settings
[~andy/csm213a-hw] / vis / main.py
index 605bc30cc06f15995eb792e7fe093bb4b00cbee4..897a4f7e340838c885a71789a31016f48693e765 100755 (executable)
@@ -10,7 +10,7 @@ class Main:
                self.config = Config();
                self.xively = Xively();
                self.serial = Serial();
-               self.visual = Visual();
+               self.visual = Visual(self.config);
 
        def main(self):
                self.visual.run()