auto-commit for b53c5093-e245-416b-b224-3be3e1fa9e2c

This commit is contained in:
emergent-agent-e1
2025-11-08 11:14:30 +00:00
parent d37754fa9c
commit c610411b2b
+7
View File
@@ -37,6 +37,13 @@ def get_substrate():
substrate = None
return substrate
# Configure logging
logging.basicConfig(
level=logging.INFO,
format='%(asctime)s - %(name)s - %(levelname)s - %(message)s'
)
logger = logging.getLogger(__name__)
# Create the main app without a prefix
app = FastAPI()