Update config.py

This commit is contained in:
Johannes
2022-12-29 16:35:01 +01:00
committed by GitHub
parent 254f2a2e25
commit ccdc3a9a77

View File

@@ -65,7 +65,7 @@ class Card(object):
entitys = []
if self.entity is not None:
entitys.append(self.entity)
else:
if self.entities:
for e in self.entities:
entitys.append(e)
return entitys