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