Require payment for app deployment requests. #928

Merged
dboreham merged 13 commits from telackey/924 into main 2024-08-21 14:39:22 +00:00
Showing only changes of commit 578fd933a7 - Show all commits

View File

@ -360,8 +360,8 @@ class LaconicRegistryClient:
parsed = None
try:
parsed = AttrDict(json.loads(logged_cmd(self.log_file, *args)))
except:
pass # noqa: E722
except: # noqa: E722
pass
if parsed:
self.cache["txs"][txHash] = parsed