added generate image via nserver, refactor

This commit is contained in:
Believethehype
2023-11-20 19:17:10 +01:00
parent ad1cee97e2
commit 5a3f5606df
16 changed files with 493 additions and 100 deletions

View File

@@ -3,7 +3,7 @@ class DVMTaskInterface:
TASK: str
COST: int
def NIP89_announcement(self):
def NIP89_announcement(self, d_tag, content):
"""Define the NIP89 Announcement"""
pass