mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 21:03:01 +00:00
fix: remove duplicate logging configurations to ensure consistent timestamp format
This commit is contained in:
@@ -7,8 +7,7 @@ import math
|
||||
from .weather_icons import WeatherIcons
|
||||
import os
|
||||
|
||||
# Configure logging
|
||||
logging.basicConfig(level=logging.INFO)
|
||||
# Get logger without configuring
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
class DisplayManager:
|
||||
|
||||
Reference in New Issue
Block a user