[sfputil]fix an syntax error (#4141)

This commit is contained in:
Stephen Sun 2020-02-14 01:04:58 +08:00 committed by GitHub
parent 427ed1f29a
commit 031e69d574
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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()