diff --git a/Justyna.py b/Justyna.py index 0c59127..db1874b 100644 --- a/Justyna.py +++ b/Justyna.py @@ -136,7 +136,7 @@ class main(): # Uzyskanie danych od agenta ocena_burakow = self.ocen_ile_burakow() ocena_chwastow = self.ocen_ile_chwastow() - pogoda = self.field.weather + pogoda = self.field.get_pogoda_name() print('chwasty: ' + ocena_chwastow) print('buraki: ' + ocena_burakow) print('pogoda: ' + pogoda) @@ -146,7 +146,6 @@ class main(): result = data_to_dict(data, tree) print('czy traktor chce pracowac: ' + result) - def licz_chwasty_buraki(self): chwasty = 0 buraki = 0