This commit is contained in:
2025-05-03 16:36:39 +10:00
parent a7f16a459d
commit ac32086d20
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
"""
Foodie Automator package initialization.
"""
+1 -1
View File
@@ -29,7 +29,7 @@ from typing import List, Dict, Any, Optional, Union, Tuple
from pathlib import Path from pathlib import Path
from functools import lru_cache from functools import lru_cache
import hashlib import hashlib
from .rate_limiter import RateLimiter from rate_limiter import RateLimiter
# Configure logging # Configure logging
logging.basicConfig( logging.basicConfig(