feat: add currency to product

This commit is contained in:
Vlad Stan 2023-03-03 11:30:48 +02:00
parent dccd781553
commit 39f79fbda5
3 changed files with 16 additions and 1 deletions

View file

@ -10,7 +10,7 @@ from .event import NostrEvent
async def publish_nostr_event(e: NostrEvent):
url = url_for("/nostrclient/api/v1/publish", external=True)
data = dict(e)
print("### published", dict(data))
# print("### published", dict(data))
async with httpx.AsyncClient() as client:
try:
await client.post(