api.py 266 B

12345678910
  1. """Main application"""
  2. from app import MIDDLEWARE
  3. def download_deep_explorations(region_id):
  4. """Download the deep explorations list"""
  5. # return read_deep_explorations()
  6. result = MIDDLEWARE.get('listed/upgrades/{}'.format(region_id))
  7. return result