mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-10-11 09:23:15 +02:00
deprecate "image" in nip89, use picture instead
This commit is contained in:
@@ -106,7 +106,7 @@ def run_dvm(identifier, announce):
|
||||
# We now create or Nip89Config object
|
||||
nip89config = NIP89Config()
|
||||
nip89config.KIND = kind
|
||||
nip89config.DTAG = check_and_set_d_tag(identifier, name, dvm_config.PRIVATE_KEY, nip89info["image"])
|
||||
nip89config.DTAG = check_and_set_d_tag(identifier, name, dvm_config.PRIVATE_KEY, nip89info["picture"])
|
||||
nip89config.CONTENT = json.dumps(nip89info)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user