new chartview class, updated db locations

This commit is contained in:
Simon Moisy
2025-03-25 08:16:13 +08:00
parent 8dfe81ab61
commit e3a09e406d
5 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ import sqlite3
from datetime import datetime
# Specify the database file path
db_path = 'bitcoin_historical_data.db'
db_path = 'databases/bitcoin_historical_data.db'
# Create a connection to the database
connection = sqlite3.connect(db_path)