Skip to content

Commit c4dfdf5

Browse files
Update adafruit_esp32spi/adafruit_esp32spi.py
Co-authored-by: Dan Halbert <[email protected]>
1 parent 04b7950 commit c4dfdf5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

adafruit_esp32spi/adafruit_esp32spi.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,7 @@ def channel(self):
195195
@property
196196
def country(self):
197197
"""String id of the country code"""
198-
if self._raw_country:
199-
return self._raw_country
200-
return None
198+
return self._raw_country
201199

202200
@property
203201
def authmode(self):

0 commit comments

Comments
 (0)