Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #303 from lzpap/tutorial7_bug
Browse files Browse the repository at this point in the history
fix bug in Tutorial 7
  • Loading branch information
lzpap committed Feb 12, 2020
2 parents 46cfd52 + 455940a commit 1423951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tutorials/07_fetch_encrypted.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

print('Looking for bundle on the Tangle...')
# Fetch bundle
bundle = api.get_bundles(tail_hash)['bundles'][0]
bundle = api.get_bundles([tail_hash])['bundles'][0]

print('Extracting data from bundle...')
# Get all messages from the bundle and concatenate them
Expand Down

0 comments on commit 1423951

Please sign in to comment.