添加爬虫数据写入数数脚本

This commit is contained in:
pengtao 2019-10-08 15:35:52 +08:00
parent 504146cd53
commit ec446e8fae

View File

@ -86,7 +86,7 @@ define_logger("/data/logs/ops/reptile2ss.log")
log = logging.getLogger(__name__)
MONGOINFO = {'host': '10.10.5.6', 'port': 27017}
conver_float = ('score')
conver_float = ('score',)
conver_int = ('order', 'gameid', 'watch', 'reserve', 'sell', 'download', 'review', 'topic')