typo korrigiert

This commit is contained in:
bernd 2023-10-17 21:33:24 +02:00
parent af75b864df
commit e32c39bb07

View file

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