Fixed pin bug

This commit is contained in:
ben
2022-10-27 00:26:07 +01:00
parent b6b54d6842
commit 98d712fa79
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ class createLnurldevice(BaseModel):
device: str
profit: float
amount: int
pin: int
pin: int = 0
profit1: float = 0
amount1: int = 0
pin1: int = 0