8 lines
141 B
Python
8 lines
141 B
Python
# -*- coding: utf-8 -*-
|
|
from app import fact_bot
|
|
|
|
|
|
def handler(event, context):
|
|
# Your code goes here!
|
|
fact_bot.post_fact_to_group()
|