From a5bac5d6bdf9ad25effedad30dd7294d1456f513 Mon Sep 17 00:00:00 2001 From: Hende Date: Mon, 27 Apr 2026 16:45:54 +0100 Subject: [PATCH] Update beeptimes.py --- beeptimes.py | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/beeptimes.py b/beeptimes.py index fdc88ad..8f9d263 100644 --- a/beeptimes.py +++ b/beeptimes.py @@ -1,8 +1,5 @@ - import kivy import time -#kivy.require('1.11.0') # replace with your current kivy version ! - from kivy.app import App from kivy.uix.boxlayout import BoxLayout from kivy.uix.label import Label @@ -67,10 +64,6 @@ print("BeepDetails Directory: "+ filePath) - - -#f = open(r"C:\Users\William\Documents\University\BeepDetails.log", "r") - Builder.load_string(""" : rgba: (1,.2,.2,.2) @@ -309,14 +302,6 @@ class MyApp(App): if __name__ == '__main__': MyApp().run() - # with open(filePath,'r') as f: - # lastLine = None - # lines = f.readlines() - # if lines[-1] != lastLine: - # lastLine = lines[-1] - # return Label(text= lastLine) - #def update(self): - # lastLine = None