Browse Source

[db] logs open

Maxime Alves LIRMM@home 3 years ago
parent
commit
b60a67505c
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      pyheatpump/db.py

+ 1
- 0
pyheatpump/db.py View File

@@ -34,6 +34,7 @@ def initialize(filename):
34 34
 
35 35
 def sql(query):
36 36
     if conn is None:
37
+        logger.debug(f'Connect to the DB\n')
37 38
         connect()
38 39
 
39 40
     cursor = conn.cursor()

Loading…
Cancel
Save