Traceback (most recent call last):
File "/home/wp/tgbots/steamify/steamify.py", line 358, in <module>
app.main()
File "/home/wp/tgbots/steamify/steamify.py", line 70, in main
self.process_account(new_data)
File "/home/wp/tgbots/steamify/steamify.py", line 76, in process_account
self.get_me(data)
File "/home/wp/tgbots/steamify/steamify.py", line 129, in get_me
balance = response_json.get('data', {}).get('points', 'N/A')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'get'