some edit

This commit is contained in:
whystar 2020-08-08 19:36:24 +08:00
parent 40f40b261c
commit 202a252bcf
2 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ def get_commit(sha,un, rn):
if ets is None:
print "返回none"
continue
dbop.execute("insert into real_cmts (sha,info) values(%s,%s)", (sha, ets))
dbop.execute("insert into not_real_cmts (sha,info) values(%s,%s)", (sha, ets))
break
def pr_not_real_commit(pr):