1
1

2 Ревизии cc6769c12e ... a9ee128a94

Автор SHA1 Съобщение Дата
  MrCypher a9ee128a94 Merge branch 'main' of https://gogs.lucason.top/lucas/nthsthing преди 7 месеца
  MrCypher f1d9f85915 fixed преди 7 месеца
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      GUI.py

+ 2 - 2
GUI.py

@@ -28,17 +28,17 @@ async def connect():
 
 #function that will recive the ESP32 data
 def getCurrentScore():
-    print(30)
     #than do math to figure out power level
     return 30
 
-
 names = []
 scores = []
 currentScore = getCurrentScore()
 highestScore = 100
 highScoreName = ""
 
+names = []
+scores = []
 
 if currentScore > highestScore :
     highestScore = currentScore