Skip to content
Snippets Groups Projects
Commit f3803e51 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

use logger from correct lib

parent f0211e01
Branches
Tags
No related merge requests found
...@@ -4,7 +4,7 @@ import os ...@@ -4,7 +4,7 @@ import os
from datetime import datetime, timedelta from datetime import datetime, timedelta
import spotipy import spotipy
from PythonLibs.DefaultLogger import DefaultLogger from TheCodeLabs_BaseUtils import DefaultLogger
from spotipy.oauth2 import SpotifyClientCredentials from spotipy.oauth2 import SpotifyClientCredentials
LOG_FORMAT = '[%(levelname)-7s] - %(asctime)s - %(message)s' LOG_FORMAT = '[%(levelname)-7s] - %(asctime)s - %(message)s'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment