formatting

This commit is contained in:
Frederik Jaeckel 2023-06-07 18:44:53 +02:00
parent 82f9d3a792
commit 8f12741d76
14 changed files with 411 additions and 344 deletions

View file

@ -309,7 +309,7 @@ class OnlineSource(ModelSQL, ModelView):
oname=self.rec_name,
))
return url
else :
else:
if self.url:
return Template(self.url).substitute({
'isin': isin if isin is not None else '',