diff --git a/cronhandler/views.py b/cronhandler/views.py index 3a6e140..f845de2 100644 --- a/cronhandler/views.py +++ b/cronhandler/views.py @@ -5,4 +5,5 @@ from .signals import cron class CronHandlerView(View): def get(self, *args, **kwargs): + cron.send_robust(self.__class__) return HttpResponse() \ No newline at end of file