From 4c6bb2dca335d99832b5026d05e1e06f4d757a79 Mon Sep 17 00:00:00 2001 From: Andrea Fiorencis Date: Wed, 18 Jun 2025 10:25:10 +0200 Subject: [PATCH] small fix --- Fotovoltaico.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Fotovoltaico.py b/Fotovoltaico.py index 27a2af7..db76315 100644 --- a/Fotovoltaico.py +++ b/Fotovoltaico.py @@ -11,9 +11,10 @@ azimuth = 0 # degrees num_years = 1 # number of years to simulate derating_factor_percent = 1 # derating factor that reduce the efficiency of the modules in percentage [%] -# IGNORE THIS config = yaml.safe_load(open("config.yml", 'r')) path_export = str(config['filename_output_csv_gen_pv']) # path to save the results + +# IGNORE THIS isJoe = config['joe_fight'] if(isJoe == True): if shutil.which('ffplay') is not None: