refactoring & bug fixes

This commit is contained in:
Kristjan
2020-12-31 18:39:16 +01:00
parent bd4a668d23
commit 128888be92
7 changed files with 47 additions and 23 deletions
+2
View File
@@ -12,6 +12,7 @@ class Domains(NamedTuple):
cost: int
amountmade: int
time: int
allowed_record_types: str
class Subdomains(NamedTuple):
@@ -26,3 +27,4 @@ class Subdomains(NamedTuple):
duration: int
paid: bool
time: int
record_type: str