mirror of
https://github.com/Xevion/spotify-explicit.git
synced 2025-12-06 21:16:33 -06:00
README.md with update to requirements
This commit is contained in:
@@ -104,7 +104,7 @@ def copy(months, safe, explicit):
|
||||
]))
|
||||
|
||||
def main():
|
||||
logging.basicConfig(level=logging.INFO)
|
||||
# logging.basicConfig(level=logging.INFO)
|
||||
logging.info("Reading track files")
|
||||
files = get_files()
|
||||
logging.info(f"Read and parse {len(files)} track files")
|
||||
@@ -113,6 +113,4 @@ def main():
|
||||
data.sort(key=lambda item : dateutil.parser.parse(item['added_at']).timestamp(), reverse=True)
|
||||
logging.info(f'File combined with {len(data)} items')
|
||||
logging.info('Processing file...')
|
||||
process_data(data)
|
||||
|
||||
main()
|
||||
process_data(data)
|
||||
Reference in New Issue
Block a user