Vulners Team

Results 1 issues of Vulners Team

Looks like lost :(( I fixed it with modifying this: ``` def get_from_database(self): d = {} for doc in PeriodicTask.objects(): if doc.enabled: d[doc.name] = MongoScheduleEntry(doc) return d ``` And remapping...