[sfputil]fix an syntax error (#4141)

This commit is contained in:
Stephen Sun 2020-02-14 01:04:58 +08:00 committed by Abhishek Dosi
parent af4e84298a
commit bc30442a38

View File

@ -190,7 +190,7 @@ class SfpUtil(SfpUtilBase):
from swsscommon import swsscommon
self.state_db = swsscommon.DBConnector("STATE_DB",
REDIS_TIMEOUT_USECS,
True))
True)
# Subscribe to state table for SFP change notifications
self.db_sel = swsscommon.Select()