From f52fba73b205de2b4f1e3070ba7b70cee00efb58 Mon Sep 17 00:00:00 2001 From: Jonas Zeunert Date: Thu, 7 May 2020 20:40:39 +0200 Subject: [PATCH] rename method call --- displays/Display.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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