Skip to content

Commit 1623d4a

Browse files
author
ScreenDriver
committed
Fixed to long line
1 parent 432c936 commit 1623d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def call(self, url, params):
135135
raise TranslateApiException(rv)
136136

137137
if isinstance(rv, str) and \
138-
rv.startswith(("ArgumentException:"
138+
rv.startswith(("ArgumentException: "
139139
"The incoming token has expired")):
140140
self.access_token = None
141141
return self.call(url, params)

0 commit comments

Comments
 (0)