Rename handler to event_handler()
parent
84e93652a1
commit
d3e0137790
@ -1,6 +1,6 @@
|
|||||||
from twitter.bot.winston import Winston
|
from twitter.bot.winston import Winston
|
||||||
|
|
||||||
|
|
||||||
def handler(event, context):
|
def event_handler(event, context):
|
||||||
"""Sends random tweet from list of potential tweets"""
|
"""Sends random tweet from list of potential tweets"""
|
||||||
Winston.request_handler()
|
Winston.request_handler()
|
||||||
|
Loading…
Reference in New Issue