浏览代码

Add day (abbr) to message string

Foppe Hemminga 6 年之前
父节点
当前提交
c354433c6c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      main.py

+ 1 - 0
main.py

@@ -81,6 +81,7 @@ if __name__ == '__main__':
                 cursor.execute(query, (scratching.venue, scratching.date,
                                        scratching.race, scratching.horse))
                 db.commit()
+                time.sleep(0.5)
     cursor.close()
     db.close()