mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-21 02:54:20 +01:00
implement nut-06 time (#611)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import asyncio
|
||||
import time
|
||||
|
||||
from fastapi import APIRouter, Request, WebSocket
|
||||
from loguru import logger
|
||||
@@ -56,6 +57,7 @@ async def info() -> GetInfoResponse:
|
||||
contact=contact_info,
|
||||
nuts=mint_features,
|
||||
motd=settings.mint_info_motd,
|
||||
time=int(time.time()),
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user