fixes crash on empty response

This commit is contained in:
dbth
2024-12-31 15:13:17 +01:00
parent fbc7361ca5
commit 09873fd990
3 changed files with 29 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
from setuptools import setup, find_packages
VERSION = '1.0.6'
VERSION = '1.0.7'
DESCRIPTION = 'A framework to build and run Nostr NIP90 Data Vending Machines'
LONG_DESCRIPTION = ('A framework to build and run Nostr NIP90 Data Vending Machines. See the github repository for more information')