Esempio n. 1
0
def test():



	nt.dirNameProxy.startDirObservers()



	cl = BtContentLoader()
	cl.go()
Esempio n. 2
0
	def _go(self):

		self.log.info("Checking Bt feeds for updates")
		fl = BtFeedLoader()
		fl.go()
		fl.closeDB()

		time.sleep(3)
		#print "wat", cl

		if not runStatus.run:
			return

		cl = BtContentLoader()

		if not runStatus.run:
			return

		todo = cl.retreiveTodoLinksFromDB()

		if not runStatus.run:
			return

		cl.processTodoLinks(todo)
		cl.closeDB()
Esempio n. 3
0
    def _go(self):

        self.log.info("Checking Bt feeds for updates")
        fl = BtFeedLoader()
        fl.go()
        fl.closeDB()

        time.sleep(3)
        # print "wat", cl

        if not runStatus.run:
            return

        cl = BtContentLoader()

        if not runStatus.run:
            return

        todo = cl.retreiveTodoLinksFromDB()

        if not runStatus.run:
            return

        cl.processTodoLinks(todo)
        cl.closeDB()