From 663ded07f9b229b80d022bcded5b2502a7da3457 Mon Sep 17 00:00:00 2001
From: Jorrit Schaap <schaap@astron.nl>
Date: Thu, 25 Jan 2024 11:55:57 +0100
Subject: [PATCH] TMSS-2893: comment

---
 SAS/TMSS/backend/src/tmss/tmssapp/views.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SAS/TMSS/backend/src/tmss/tmssapp/views.py b/SAS/TMSS/backend/src/tmss/tmssapp/views.py
index 63f0a9339c8..ebba5b28dce 100644
--- a/SAS/TMSS/backend/src/tmss/tmssapp/views.py
+++ b/SAS/TMSS/backend/src/tmss/tmssapp/views.py
@@ -755,7 +755,7 @@ def failure_report(request):
 @swagger_auto_schema(responses={200: 'A json list of the current public schedule.'},
                      operation_description="Get a json list of the current public schedule.")
 def public_schedule(request):
-    '''return the current and future running and scheduled units in either html table or json depending on the request accept header'''
+    '''return the current and future(2 weeks) running and scheduled units in a simple html table'''
     # get all current and future running and scheduled units
     scheduled_or_running_units = models.SchedulingUnitBlueprint.objects.prefetch_related('task_blueprints__specifications_template__type') \
                                                                        .select_related(models.SchedulingUnitBlueprint.path_to_project, 'status', 'specifications_template', 'specifications_template') \
-- 
GitLab