diff --git a/csw.py b/csw.py index db735f5..426d1b2 100644 --- a/csw.py +++ b/csw.py @@ -28,7 +28,7 @@ def writeToFile(self): self.e.delete(0,END) if __name__ == "__main__": - root=Tk() + r root.title('Auto Logger') root.geometry('500x500') app=App(master=root)