``` config.get('location') or 'westeurope' ``` th...
# python
l
Copy code
config.get('location') or 'westeurope'
this supposed to work?