fix run playlist func name
This commit is contained in:
parent
023cdf909f
commit
1667e23d7a
@ -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')
|
||||||
|
Loading…
Reference in New Issue
Block a user