mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-12 05:42:59 +00:00
fix leaderboard manager import
This commit is contained in:
@@ -7,9 +7,9 @@ from datetime import datetime, timedelta, timezone
|
|||||||
import os
|
import os
|
||||||
from PIL import Image, ImageDraw, ImageFont
|
from PIL import Image, ImageDraw, ImageFont
|
||||||
import pytz
|
import pytz
|
||||||
from display_manager import DisplayManager
|
from .display_manager import DisplayManager
|
||||||
from cache_manager import CacheManager
|
from .cache_manager import CacheManager
|
||||||
from config_manager import ConfigManager
|
from .config_manager import ConfigManager
|
||||||
|
|
||||||
# Import the API counter function from web interface
|
# Import the API counter function from web interface
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user