Skip to content

Commit 45acb46

Browse files
committed
[airos] change radio converter to always run
1 parent 92c1c34 commit 45acb46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

netjsonconfig/backends/airos/converters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ def to_intermediate(self):
343343
return (('pwdog', result),)
344344

345345

346-
class Radio(BaseConverter):
346+
class Radio(AirOsConverter):
347347
netjson_key = 'radios'
348348

349349
def to_intermediate(self):

0 commit comments

Comments
 (0)