made localcommand pep8 compliant
This commit is contained in:
parent
782c980b69
commit
9fc741106a
9 changed files with 34 additions and 28 deletions
|
@ -123,7 +123,7 @@ def download_blocks_from_communicator(comm_inst: "OnionrCommunicatorDaemon"):
|
|||
f'/daemon-event/upload_event',
|
||||
post=True,
|
||||
is_json=True,
|
||||
postData={'block': blockHash}
|
||||
post_data={'block': blockHash}
|
||||
)
|
||||
else:
|
||||
logger.warn('POW failed for block %s.' % (blockHash,))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue