minor fixes

This commit is contained in:
dbth
2025-01-02 00:41:06 +01:00
parent 09873fd990
commit 4e3516e004
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ from nostr_dvm.utils.print_utils import bcolors
class NIP89Config:
DTAG: str = ""
NAME: str = ""
KIND: int = None
KIND: Kind = None
PK: str = ""
CONTENT: str = ""