From ad6293a7f5237bf4eafb391f46520bab23b15b31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B5=D0=B2?= Date: Mon, 25 Aug 2025 15:21:37 +0500 Subject: [PATCH] test --- app/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/main.py b/app/main.py index b89d6d4..d86f291 100644 --- a/app/main.py +++ b/app/main.py @@ -1,5 +1,5 @@ import working_database import parse_saby -working_database.connect_hvac() -parse_saby.process_reports_parse() \ No newline at end of file +parse_saby.process_reports_parse() +working_database.connect_hvac() \ No newline at end of file