perf: update applet download and deployment

This commit is contained in:
Eric
2023-02-01 10:27:12 +08:00
parent fa6d819f10
commit 142edd9438
4 changed files with 27 additions and 21 deletions

View File

@@ -129,7 +129,7 @@ class Asset(DictObj):
address: str
protocols: list[Protocol]
category: Category
specific: Specific
spec_info: Specific
def get_protocol_port(self, protocol):
for item in self.protocols: