+ added address adding input to web ui in sidebar

fixes #10
This commit is contained in:
Kevin Froman 2020-10-03 22:43:18 +00:00
parent 092233027c
commit 45940b2dba
5 changed files with 66 additions and 2 deletions

View file

@ -205,7 +205,7 @@ def insert_block(data: Union[str, bytes], header: str = 'txt',
# send block data (and metadata) to POW module to get tokenized block data
payload = subprocesspow.SubprocessPOW(data, metadata).start()
print(payload)
if payload != False: # noqa
try:
retData = onionrstorage.set_data(payload)