From 65c10ea54b2fc418e99aad19fadc7c211a1319f3 Mon Sep 17 00:00:00 2001 From: Typer_Body Date: Wed, 18 Feb 2026 17:12:20 +0800 Subject: [PATCH] Update fmt.Println message from 'Hello' to 'Goodbye' --- src/langbot/pkg/platform/sources/satori.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/langbot/pkg/platform/sources/satori.py b/src/langbot/pkg/platform/sources/satori.py index 11df382a..32760bf9 100644 --- a/src/langbot/pkg/platform/sources/satori.py +++ b/src/langbot/pkg/platform/sources/satori.py @@ -1,6 +1,6 @@ from __future__ import annotations -import typing +import typing import time import datetime import json @@ -991,3 +991,4 @@ class SatoriAdapter(abstract_platform_adapter.AbstractMessagePlatformAdapter): async def run_async(self): """Async run wrapper""" await self.run() +