From 1fbcf7944124180091de10f52ea91d1804c37ee9 Mon Sep 17 00:00:00 2001 From: Kumi Date: Tue, 12 Nov 2024 14:40:05 +0100 Subject: [PATCH] fix(charts): add TODO for Reddit API placeholder Introduced a TODO comment indicating the need to fix the current use of the Reddit API in `synchronous.py`. The placeholder set due to the unavailability of `PushshiftAPI` ensures the application avoids runtime errors. This change communicates the need for further attention to this part of the codebase. --- app/charts/synchronous.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/charts/synchronous.py b/app/charts/synchronous.py index 86aca1f..c2396c8 100644 --- a/app/charts/synchronous.py +++ b/app/charts/synchronous.py @@ -21,6 +21,7 @@ import pytz #################################################################################### # Reddit api #################################################################################### +# TODO: Fix this... # api = PushshiftAPI() # When it's working api = False # When it's not