fix(charts): add TODO for Reddit API placeholder
Some checks are pending
Docker / build (push) Waiting to run

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.
This commit is contained in:
Kumi 2024-11-12 14:40:05 +01:00
parent ef2875d81f
commit 1fbcf79441
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -21,6 +21,7 @@ import pytz
#################################################################################### ####################################################################################
# Reddit api # Reddit api
#################################################################################### ####################################################################################
# TODO: Fix this...
# api = PushshiftAPI() # When it's working # api = PushshiftAPI() # When it's working
api = False # When it's not api = False # When it's not