mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-06-13 03:31:01 +00:00
auto-commit for b53c5093-e245-416b-b224-3be3e1fa9e2c
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user