From e32c39bb079526d50afa4b606447fa9d756f4607 Mon Sep 17 00:00:00 2001 From: bernd Date: Tue, 17 Oct 2023 21:33:24 +0200 Subject: [PATCH] typo korrigiert --- source/server/apistatusd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/server/apistatusd.py b/source/server/apistatusd.py index 465ef7a..4f1290d 100755 --- a/source/server/apistatusd.py +++ b/source/server/apistatusd.py @@ -244,7 +244,7 @@ def join_path(host, api): else: url = ''.join((host, api)) except TypeError as e: - logging.error('CanĀ“t join path: {}'.format(e)) + logging.error("Can't join path: {}".format(e)) return url class Toot(threading.Thread):