This commit is contained in:
root 2019-08-30 13:30:10 +08:00
parent e2c4cf6121
commit 37c86f7625
6 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ import datetime
from ops.init_tga import GetFromTga
from ops.plog import define_logger
import logging
import pdb
define_logger("/data/logs/datacollect_2001.log")
log = logging.getLogger(__name__)
@ -20,7 +21,7 @@ class Mycollect2001(GetFromTga):
ad_channel = self.get_ad_challel()
ad_channel.append('')
self.collect_playtimes()
self.collect_grand_users()
self.collect_grand_users(ad_channel)
def get_ad_challel(self):