소스 검색

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()