File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11"""For each pending classroom, get their meeting infos:
2- update learning analytics, and end it if needed."""
2+ update learning analytics, and end it if needed."""
33
44from django .core .management import BaseCommand
55
Original file line number Diff line number Diff line change 11"""
2- RedisCache with a fallback cache to prevent denial of service if Redis is down
3- Freely inspired by django-cache-fallback
2+ RedisCache with a fallback cache to prevent denial of service if Redis is down
3+ Freely inspired by django-cache-fallback
44
5- Credits:
6- - https://github.com/Kub-AT/django-cache-fallback/
5+ Credits:
6+ - https://github.com/Kub-AT/django-cache-fallback/
77"""
88
99import logging
Original file line number Diff line number Diff line change 1- """ Common classes and methods for LTi module"""
1+ """Common classes and methods for LTi module"""
22
33from logging import getLogger
44from urllib .parse import urlencode
You can’t perform that action at this time.
0 commit comments