This commit is contained in:
夜坂雅 2023-02-15 15:50:40 +08:00
parent 036580ca45
commit 364e1a671a
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ async def send_wordcloud(
sender: Optional[str],
days: Optional[int],
):
st = datetime.datetime.now().astimezone(TIMEZONE)
st = datetime.now().astimezone(TIMEZONE)
logger.info(
f"Starting wordcloud formatting at {st.strftime('%Y-%m-%d %H:%M:%S%z')}"
)