Skip to content
Snippets Groups Projects
Commit 203da0be authored by Chris's avatar Chris
Browse files

fixed file path error

parent 242418bb
No related branches found
No related tags found
No related merge requests found
......@@ -323,7 +323,7 @@ class PacketCaptureGUI:
tree.heading("type_of_threat", text="Type of Threat")
# Connect to the DuckDB database and fetch data
conn = duckdb.connect('code/packets_data.duckdb')
conn = duckdb.connect('packets_data.duckdb')
query = "SELECT * FROM packets"
result = conn.execute(query).fetchall()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment