2 Commits

Author SHA1 Message Date
c7e66ccbab Remove testing code from get_artist_art.py 2024-10-16 11:53:34 -04:00
320bdfaa92 Impiment set_conf.
This function updates the config file being used by the script.
2024-10-16 11:52:39 -04:00

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