From 6ac38855eba23b56516be57c1c48005105ce10e3 Mon Sep 17 00:00:00 2001 From: Marina Date: Mon, 30 Sep 2024 11:01:38 +0300 Subject: [PATCH] pack is ready --- app/main/checks/report_checks/table_share_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main/checks/report_checks/table_share_check.py b/app/main/checks/report_checks/table_share_check.py index efbf848b..c8d96899 100644 --- a/app/main/checks/report_checks/table_share_check.py +++ b/app/main/checks/report_checks/table_share_check.py @@ -32,7 +32,7 @@ def check(self): return answer(False, result_str) else: return answer(True, f'Пройдена!') - + # Below is an check option with processing all pages, including the application and the first page