Fixed returns

This commit is contained in:
Dimitris Zlatanidis 2022-06-21 20:44:49 +03:00
parent c3c6396770
commit a5ebc25d37

View file

@ -30,7 +30,7 @@ class SBoQueries:
SBoTable.name).filter(SBoTable.name == self.name).first() SBoTable.name).filter(SBoTable.name == self.name).first()
if sbo: if sbo:
return sbo return sbo[0]
return '' return ''
def location(self): def location(self):