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