feat: returned the installed release

This commit is contained in:
Vlad Stan
2023-01-18 17:38:51 +02:00
parent 12060b67ad
commit 6b360b927c
5 changed files with 50 additions and 30 deletions
+2 -3
View File
@@ -6,9 +6,8 @@ import time
from sqlite3 import Row
from typing import Callable, Dict, List, Optional
from ecdsa import SECP256k1, SigningKey
from fastapi import Query
from lnurl import encode as lnurl_encode
from ecdsa import SECP256k1, SigningKey # type: ignore
from lnurl import encode as lnurl_encode # type: ignore
from loguru import logger
from pydantic import BaseModel