WIP: cálculo de impacto ambiental #59

Draft
pedro wants to merge 91 commits from feature/f31-device-enviromental-impact into main
Showing only changes of commit 3cf8ceb5d3 - Show all commits

View file

@ -108,7 +108,6 @@ class Device:
return return
if self.uuid: if self.uuid:
import pdb; pdb.set_trace()
self.last_evidence = Evidence(self.uuid) self.last_evidence = Evidence(self.uuid)
return return