typo korrigiert
This commit is contained in:
parent
af75b864df
commit
e32c39bb07
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue