Skip to content

Commit

Permalink
Fix even stupider error
Browse files Browse the repository at this point in the history
  • Loading branch information
kangalio committed Oct 10, 2019
1 parent 268647f commit 2e54c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def setup_ui(self, layout):
self.refresh_graphs()

def refresh_graphs(self):
if not plotter is None:
if not self.plotter is None:
self.plotter.draw(self.etterna_xml, self.replays_dir)

def display_info_box(self):
Expand Down

0 comments on commit 2e54c9e

Please sign in to comment.