Skip to content

Commit

Permalink
cleaning the hydrolearn module
Browse files Browse the repository at this point in the history
  • Loading branch information
romer8 committed Mar 5, 2024
1 parent 77f89e4 commit cfbd1cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ def create_html_citations(sender, instance, *args, **kwargs):
@receiver(post_save, sender=HydroLearnModulesList)
def fetch_hydrolearn_modules(sender, instance, *args, **kwargs):
modules_list = []
logger.warning("Fetching HydroLearn modules")
try:
URL = "https://edx.hydrolearn.org"
client = requests.session()
Expand Down

0 comments on commit cfbd1cc

Please sign in to comment.