Need a little debug here. For some reason we're not seeing the devices table.
This commit is contained in:
parent
229b93eb01
commit
8b0e83ca86
1 changed files with 2 additions and 0 deletions
|
@ -87,6 +87,8 @@ def main():
|
|||
conn = sqlite3.connect(args.kismet)
|
||||
cursor = conn.cursor()
|
||||
|
||||
print(f"[DEBUG] Connected to Kismet database: {args.kismet}")
|
||||
|
||||
with open(args.csv, newline='') as infile, open(args.output, 'w', newline='', encoding='utf-8') as outfile:
|
||||
reader = csv.DictReader(infile)
|
||||
fieldnames = reader.fieldnames + [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue