Impiment set_conf.

This function updates the config file being used by the script.
This commit is contained in:
2024-10-16 11:52:39 -04:00
parent e73e27b954
commit 320bdfaa92
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -14,3 +14,6 @@ class gaa_conf:
def get():
return gaa_conf
def set_conf(self, conf_path):
self.read(conf_path)
return self