From 38e869bef134d441e47d406089083f4eab738250 Mon Sep 17 00:00:00 2001 From: "kanza.latif" Date: Thu, 26 Sep 2024 15:52:06 +0500 Subject: [PATCH] updated the hostcfgd file --- scripts/hostcfgd | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/scripts/hostcfgd b/scripts/hostcfgd index 4ca2f30..3331be9 100644 --- a/scripts/hostcfgd +++ b/scripts/hostcfgd @@ -17,8 +17,8 @@ from datetime import datetime from sonic_py_common import device_info from sonic_py_common.general import check_output_pipe from swsscommon.swsscommon import ConfigDBConnector, DBConnector, Table -import swsscommon -# from swsscommon import RestartWaiter +from swsscommon import swsscommon +from swsscommon import RestartWaiter from sonic_installer import bootloader hostcfg_file_path = os.path.abspath(__file__) hostcfg_dir_path = os.path.dirname(hostcfg_file_path) @@ -2186,5 +2186,4 @@ def main(): daemon.start() if __name__ == "__main__": - main() - + main() \ No newline at end of file