diff --git a/displays/Display.py b/displays/Display.py index 8ae8298..560f00e 100644 --- a/displays/Display.py +++ b/displays/Display.py @@ -6,4 +6,4 @@ class Display: self.name = name def printScore(self, score): - Networking().write(self.name, score) \ No newline at end of file + Networking().writeDisplayScore(self.name, score) \ No newline at end of file