Commit 5ec57cea authored by vicotor's avatar vicotor

update for syncer

parent bf3608e3
......@@ -15,7 +15,6 @@
package main
import (
"code.wuban.net.cn/odysseus/twitter_syncer/acmanager"
"code.wuban.net.cn/odysseus/twitter_syncer/core"
"code.wuban.net.cn/odysseus/twitter_syncer/swarm"
"flag"
......@@ -60,8 +59,9 @@ func main() {
}
}()
manager := acmanager.NewManager(core.DBClient)
manager.Start()
// remove acmanager.
//manager := acmanager.NewManager(core.DBClient)
//manager.Start()
// taskIn = taskInStream
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment