fix run playlist func name

This commit is contained in:
Andy Pack 2023-09-05 23:32:31 +01:00
parent 023cdf909f
commit 1667e23d7a
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

View File

@ -3,7 +3,7 @@ import functions_framework
# Register a CloudEvent function with the Functions Framework # Register a CloudEvent function with the Functions Framework
@functions_framework.cloud_event @functions_framework.cloud_event
def run_user_playlist_new(event: CloudEvent): def run_user_playlist(event: CloudEvent):
import logging import logging
logger = logging.getLogger('music') logger = logging.getLogger('music')