Beispiel #1
0
 def remove_task(self, key):
     term = {
         "type": ListCrawler.type,
         "key": key,
     }
     Scheduler.remove(term)