Skip to content

Commit a4b3d6f

Browse files
committed
Upd ver
1 parent b60a224 commit a4b3d6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/check/unifidevice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ async def check_unifidevice(
187187
'op_mode': port['op_mode'], # str, e.g. switch
188188
'autoneg': port['autoneg'], # bool
189189
'speed_caps': port.get('speed_caps'), # int/opt
190-
'forward': port['forward'], # str, e.g. all
190+
'forward': port.get('forward'), # str, e.g. all/opt
191191
'enable': port['enable'], # bool
192192
'full_duplex': port['full_duplex'], # bool
193193
'is_uplink': port['is_uplink'], # bool

lib/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Version string. Examples:
22
# '3.0.0'
33
# '3.0.0-alpha9'
4-
__version__ = '3.0.7-alpha0'
4+
__version__ = '3.0.7-alpha1'

0 commit comments

Comments
 (0)