KOSASIH / cosmic-pi-network

Missing whitespace after ,, ;, or : FLK-E231
Style
Minor
3 months ago3 months old
17
18    def get_device(self, device_id):
19        headers = {
20            "Authorization":"Bearer " + self.api_key,21            "Content-Type": "application/json"
22        }
23        response = requests.get(self.base_url + "/devices/" + device_id, headers=headers)