def run(self):
		while True:
			reset_sql = "update GoogleResult_mark set updatetime = null where google is null and CURRENT_TIMESTAMP - updatetime > 300 limit 20" 
			DB.shortcuts().execute(reset_sql)
			print "-- interval reset timestamp --"
			time.sleep(60)