From 407ecf4e018ab57659eaeb2c93b6604b4a38f107 Mon Sep 17 00:00:00 2001 From: Andrea Fiorencis Date: Thu, 19 Jun 2025 11:27:36 +0200 Subject: [PATCH] nobody's gonna know --- Program1.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Program1.py b/Program1.py index fc862d6..c835286 100644 --- a/Program1.py +++ b/Program1.py @@ -4,15 +4,6 @@ from src.Functions_Financial_Model import * from src.Functions_Load_Emulator_and_DSM import * import subprocess -config = yaml.safe_load(open("config.yml", 'r')) -joe = config['joe_fight'] -if(joe == True): - if shutil.which('ffplay') is not None: - proc = subprocess.Popen(['ffplay', 'assets/joefight.mp4']) - else: - print("ffplay non installato, no joe fight.") - - generate_calendar() kill_excel_processes() initialization_users()