added a for loop
Some checks failed
Potlatch Loggers Organization/ComputerKeeper/pipeline/head There was a failure building this commit
Some checks failed
Potlatch Loggers Organization/ComputerKeeper/pipeline/head There was a failure building this commit
This commit is contained in:
parent
9f2d8a572f
commit
cc23a9df5b
12
main.py
12
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
|
||||
|
Loading…
Reference in New Issue
Block a user