mirror of
https://github.com/thingsboard/thingsboard-gateway
synced 2025-10-26 22:31:42 +08:00
Deleted redundant method in tb_gateway_service
This commit is contained in:
@@ -263,10 +263,6 @@ class TBGatewayService:
|
||||
log.info("The gateway has been stopped.")
|
||||
self.tb_client.stop()
|
||||
|
||||
@property
|
||||
def config_dir(self):
|
||||
return self._config_dir
|
||||
|
||||
def __close_connectors(self):
|
||||
for current_connector in self.available_connectors:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user