Added test newline

This commit is contained in:
agres
2025-03-19 01:06:52 +01:00
parent bb3c37ca48
commit c3e3db87cc
+5
View File
@@ -1,7 +1,12 @@
import requests
from auth import authenticate
def main():
"""
This function is the main function that will be executed when the script is run
"""
scope = "user-read-recently-played"
bearer_token = authenticate(scope)
last_played_track = _get_last_played_track(bearer_token=bearer_token)