refactor: web api key

This commit is contained in:
Kevin Restaino
2024-01-08 23:31:35 -05:00
parent 46ab3e5be3
commit d703c6bf05
5 changed files with 29 additions and 22 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ LOG_DIR = "data/logs"
if not os.path.exists(LOG_DIR):
os.makedirs(LOG_DIR)
LOGFILE = os.path.join(LOG_DIR, f"spotify-popularity_{int(time.time())}.log")
LOGFILE = os.path.join(LOG_DIR, f"sptnr_{int(time.time())}.log")
class NoColorFormatter(logging.Formatter):