Skip to content

Commit

Permalink
Fixed terminal printing
Browse files Browse the repository at this point in the history
  • Loading branch information
ManjotSingh18 committed Sep 18, 2023
1 parent 947b9e1 commit 938b346
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file added __pycache__/home.cpython-311.pyc
Binary file not shown.
1 change: 0 additions & 1 deletion gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ def params(self):

def drawdata(self, frames):
self.offset=0
print(self.frm0.winfo_children()[1].get("1.0","end-1c"))
self.data= home.apicall(self.frm0.winfo_children()[1].get("1.0","end-1c").split("\n")[-1], self.limits)
self.move.clear()
counter=0
Expand Down

0 comments on commit 938b346

Please sign in to comment.