From c4218fbcab51131b79dc7b7db9d1c37007cf2654 Mon Sep 17 00:00:00 2001 From: Alexander Whitestone Date: Wed, 15 Apr 2026 02:51:32 +0000 Subject: [PATCH] fix(#681): add python3 shebang to nostr-agent-demo.py --- bin/nostr-agent-demo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/nostr-agent-demo.py b/bin/nostr-agent-demo.py index 6aa9c2d7..de51028e 100755 --- a/bin/nostr-agent-demo.py +++ b/bin/nostr-agent-demo.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 """ Full Nostr agent-to-agent communication demo - FINAL WORKING """