Skip to content

Commit

Permalink
Merge pull request tejado#14 from samuelteixeiras/master
Browse files Browse the repository at this point in the history
Added poke storage and item storage
  • Loading branch information
tejado authored Jul 15, 2016
2 parents 62d0c04 + 3f12b73 commit 30c1bef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,10 @@ def main():
creation_time.strftime('%Y-%m-%d %H:%M:%S'),
))

print('[+] Poke Storage: {}'.format(profile.poke_storage))

print('[+] Item Storage: {}'.format(profile.item_storage))

for curr in profile.currency:
print('[+] {}: {}'.format(curr.type, curr.amount))
else:
Expand Down

0 comments on commit 30c1bef

Please sign in to comment.