working on a filter
All checks were successful
Potlatch Loggers Organization/ComputerKeeper/pipeline/head This commit looks good
All checks were successful
Potlatch Loggers Organization/ComputerKeeper/pipeline/head This commit looks good
This commit is contained in:
parent
af37a81d1f
commit
dc018d5d83
4
main.py
4
main.py
@ -102,9 +102,9 @@ def main():
|
||||
# then update window['-TABLE-'].update(values=new_data)
|
||||
else:
|
||||
print(event, values[event])
|
||||
filter_database = lambda s: s.find(values[event]) != -1
|
||||
filter_database = lambda s: s.lower().find(values[event].lower()) != -1
|
||||
Computers=Query()
|
||||
print(db.search(Computers[event[7:]]))
|
||||
print(db.search(Computers[event[7:]].test(filter_database)))
|
||||
|
||||
|
||||
# Finish up by removing from the screen
|
||||
|
Loading…
Reference in New Issue
Block a user