Update src/dashboard_database_manager.py
Browse files
src/dashboard_database_manager.py
CHANGED
|
@@ -7,7 +7,7 @@ import uuid
|
|
| 7 |
import os
|
| 8 |
from PIL import Image
|
| 9 |
|
| 10 |
-
class
|
| 11 |
"""Fixed database operations manager for SmartHeal application with dashboard integration"""
|
| 12 |
|
| 13 |
def __init__(self, mysql_config):
|
|
|
|
| 7 |
import os
|
| 8 |
from PIL import Image
|
| 9 |
|
| 10 |
+
class DashboardDatabaseManager:
|
| 11 |
"""Fixed database operations manager for SmartHeal application with dashboard integration"""
|
| 12 |
|
| 13 |
def __init__(self, mysql_config):
|