You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the server on a local system, the API response has HackerEarth contests, but the deployment server doesn't show a single contest from HackerEarth in the responses.
How to reproduce the issue?
Fork the repo and clone into your local system
open the directory, run py app.py or python app.py in the terminal
a localhost will start at this address => http://127.0.0.1:5000/; open it in your browser.
The text was updated successfully, but these errors were encountered:
Issue
When running the server on a local system, the API response has HackerEarth contests, but the deployment server doesn't show a single contest from HackerEarth in the responses.
How to reproduce the issue?
py app.py
orpython app.py
in the terminalhttp://127.0.0.1:5000/
; open it in your browser.The text was updated successfully, but these errors were encountered: