Explorar el Código

Add day (abbr) to message string

Foppe Hemminga hace 6 años
padre
commit
c354433c6c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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()