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):