You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
identifier=identifier[:-1] ifidentifier.endswith(b"\x00") elseidentifier# Linux banners dumped by dwarf2json end with "\x00\n". If not stripped, the banner cannot match.
441
442
cursor.execute(
442
-
"INSERT OR REPLACE INTO cache(identifier, location, operating_system, local, cached) VALUES (?, ?, ?, ?, datetime('now'))",
443
-
(location, identifier, operating_system, False),
443
+
"INSERT OR REPLACE INTO cache(identifier, location, operating_system, local, cached) VALUES (?, ?, ?, ?, datetime('now'))",
0 commit comments