fixed formatting issues

This commit is contained in:
UpstreamData
2022-05-26 13:23:32 -06:00
parent 942f2a1c8d
commit c35b30e949
78 changed files with 177 additions and 173 deletions

View File

@@ -37,10 +37,8 @@ for table in TABLE_HEADERS:
async def btn_all():
table = "scan_table"
window[table].update(
select_rows=([row for row in range(len(window[table].Values))])
)
tbl = "scan_table"
window[tbl].update(select_rows=([row for row in range(len(window[tbl].Values))]))
async def btn_scan(scan_ip: str):