fix(charts): add TODO for Reddit API placeholder
Some checks are pending
Docker / build (push) Waiting to run
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:
parent
ef2875d81f
commit
1fbcf79441
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue