数据仅一天有记录的,暂不上报

This commit is contained in:
pengtao 2019-11-14 10:57:32 +08:00
parent 8d766deea2
commit 2a549e6776

View File

@ -93,8 +93,7 @@ class TapTapReport:
i += 1 i += 1
except Exception: except Exception:
log.error(f"install 2 db failed ,values={line}", exc_info=True) log.error(f"install 2 db failed ,values={line}", exc_info=True)
finally: log.info(f"insert {i} 2 mysql!")
log.info(f"insert {i} 2 mysql!")
def get_gameid_info(self, day): def get_gameid_info(self, day):
all_data = dict() all_data = dict()