diff --git a/main.py b/main.py index 7773f1f..346328e 100644 --- a/main.py +++ b/main.py @@ -130,11 +130,13 @@ def main(): window["Name"].update(row[3]) elif event == "Check Out": - SN = window["Serial Number"].get() - G = window["Grade"].get() - N = window["Name"].get() - Table = window["table"].get() - print(Table) + SN = window["Serial Number"].get() + G = window["Grade"].get() + N = window["Name"].get() + Table = window["table"].get() + print(Table) + for row in Table: + # Finish up by removing from the screen