Skip to content

Commit d7a41d2

Browse files
committed
Evitar error al improtar F1 sin nodo "energia"
1 parent 6cb166b commit d7a41d2

File tree

1 file changed

+1
-1
lines changed
  • gestionatr/input/messages

1 file changed

+1
-1
lines changed

gestionatr/input/messages/F1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2259,7 +2259,7 @@ def get_consum_facturat(self, tipus, periode=None):
22592259
res.append(0.0)
22602260
return res
22612261

2262-
return None
2262+
return []
22632263

22642264
def get_consums_reactiva_capacitiva_a_facturar(self):
22652265
res = {}

0 commit comments

Comments
 (0)