log notes

This commit is contained in:
2024-11-12 17:37:05 +01:00
parent f350685e00
commit a2fbb6bf20
3 changed files with 166 additions and 159 deletions

View File

@@ -1,5 +1,5 @@
import neofarm.lib as neo
if __name__ == "__main__":
log = neo.Log.Purchase.get_list()[1]
print(log.quantities[1].material_types[0].name)
log = neo.Log.Seeding.get_list()[1]
print(log.notes)