1
0
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:
samson0v
2022-01-26 10:10:40 +02:00
parent 0965b9c43b
commit 81718e3102
2 changed files with 1 additions and 5 deletions

View File

@@ -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: