Added paylinks to table

This commit is contained in:
benarc
2020-12-03 18:37:45 +00:00
parent c62678b3aa
commit 2db3325727
5 changed files with 50 additions and 13 deletions
+1
View File
@@ -21,6 +21,7 @@ class Payments(NamedTuple):
address: str
time_to_pay: str
amount: int
amount_paid: int
time: int
@classmethod