Update models.py

This commit is contained in:
Arc 2020-04-18 01:36:50 +01:00 committed by GitHub
parent 10b8f90fcc
commit 316b2256e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,5 +5,5 @@ class AMilk(NamedTuple):
id: str id: str
wallet: str wallet: str
lnurl: str lnurl: str
atime: str atime: int
amount: int amount: int