Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
0xEnrico committed Oct 29, 2021
1 parent e7e331f commit d186b98
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,4 @@ dmypy.json

# Pycharm
.idea
/GitExtensions.settings
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ on the Arweave blockchain with all the links.

## Donations

If this project provides you a smoother experience while uploading your NFT assets to Arweave, I will appreciate a small donation to my Arweave wallet :)
If this project provides you a smoother experience while uploading your NFT assets to Arweave, I will appreciate a small donation :)
```
bxQ7fygEV2meOp_z_3TZyy-VWbSCuzYRWnIE0FANQZo
SOL: 3qdHbM9ZHFFn4M7E9GZBNdA6wi7idqgGHrXZ4xYgpu66
AR: bxQ7fygEV2meOp_z_3TZyy-VWbSCuzYRWnIE0FANQZo
```
1 change: 0 additions & 1 deletion arweave_nft_uploader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ def main():
has_asset_image = True
asset_data["image"] = uri
if not has_asset_image:
logging.error(ex)
logging.error("At least one png image is required for json file: " + str(jsonfile) + ", skipping")
num_upload_errors += 1
continue
Expand Down

0 comments on commit d186b98

Please sign in to comment.