diff --git a/main.py b/main.py index f9f5545a..1f87ffaf 100644 --- a/main.py +++ b/main.py @@ -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: