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