Przeglądaj źródła

Add day (abbr) to message string

Foppe Hemminga 6 lat temu
rodzic
commit
c354433c6c
1 zmienionych plików z 1 dodań i 0 usunięć
  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()