fix
This commit is contained in:
parent
e2c4cf6121
commit
37c86f7625
Binary file not shown.
@ -3,6 +3,7 @@ import datetime
|
|||||||
from ops.init_tga import GetFromTga
|
from ops.init_tga import GetFromTga
|
||||||
from ops.plog import define_logger
|
from ops.plog import define_logger
|
||||||
import logging
|
import logging
|
||||||
|
import pdb
|
||||||
|
|
||||||
define_logger("/data/logs/datacollect_2001.log")
|
define_logger("/data/logs/datacollect_2001.log")
|
||||||
log = logging.getLogger(__name__)
|
log = logging.getLogger(__name__)
|
||||||
@ -20,7 +21,7 @@ class Mycollect2001(GetFromTga):
|
|||||||
ad_channel = self.get_ad_challel()
|
ad_channel = self.get_ad_challel()
|
||||||
ad_channel.append('')
|
ad_channel.append('')
|
||||||
self.collect_playtimes()
|
self.collect_playtimes()
|
||||||
self.collect_grand_users()
|
self.collect_grand_users(ad_channel)
|
||||||
|
|
||||||
|
|
||||||
def get_ad_challel(self):
|
def get_ad_challel(self):
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user