mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-24 21:36:06 +00:00
Update fmt.Println message from 'Hello' to 'Goodbye'
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
import typing
|
import typing
|
||||||
import time
|
import time
|
||||||
import datetime
|
import datetime
|
||||||
import json
|
import json
|
||||||
@@ -991,3 +991,4 @@ class SatoriAdapter(abstract_platform_adapter.AbstractMessagePlatformAdapter):
|
|||||||
async def run_async(self):
|
async def run_async(self):
|
||||||
"""Async run wrapper"""
|
"""Async run wrapper"""
|
||||||
await self.run()
|
await self.run()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user