added a for loop
Some checks failed
Potlatch Loggers Organization/ComputerKeeper/pipeline/head There was a failure building this commit

This commit is contained in:
Joe Stanley 2022-11-10 17:54:49 -08:00
parent 9f2d8a572f
commit cc23a9df5b

View File

@ -135,6 +135,8 @@ def main():
N = window["Name"].get()
Table = window["table"].get()
print(Table)
for row in Table:
# Finish up by removing from the screen