Skip to content

Commit

Permalink
Set default switching mode to SWITCHING_MODE_MANUAL
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxin committed Aug 20, 2021
1 parent 4139dfc commit 500e137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonic_y_cable/microsoft/y_cable_simulated.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __init__(self, port, logger):

self._initialized = False

self.switching_mode = self.SWITCHING_MODE_AUTO
self.switching_mode = self.SWITCHING_MODE_MANUAL
self.debug_mode = False
self._init_port_index()
try:
Expand Down

0 comments on commit 500e137

Please sign in to comment.