数据仅一天有记录的,暂不上报
This commit is contained in:
parent
4d24889ad0
commit
a44f761ed2
@ -89,7 +89,7 @@ class TapTapReport:
|
|||||||
for line in all.values():
|
for line in all.values():
|
||||||
try:
|
try:
|
||||||
#print(line)
|
#print(line)
|
||||||
if line.get("order", 0) > 1:
|
if line.get("order", 0) >= 1:
|
||||||
mydb.insert("taptap_collect", line)
|
mydb.insert("taptap_collect", line)
|
||||||
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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user