Small error-message finetuning

This commit is contained in:
Matthias
2022-12-19 18:19:55 +01:00
parent ebf60d85da
commit a119fbd895
2 changed files with 2 additions and 2 deletions

View File

@@ -122,7 +122,7 @@ class RemotePairList(IPairList):
f' {self._pairlist_url}', logger.info)
pairlist = self.return_last_pairlist()
else:
raise OperationalException('RemotePairList is not of type JSON abort ')
raise OperationalException('RemotePairList is not of type JSON, abort.')
except requests.exceptions.RequestException:
self.log_once(f'Was not able to fetch pairlist from:'