Explorar o código

Add day (abbr) to message string

Foppe Hemminga %!s(int64=6) %!d(string=hai) anos
pai
achega
c354433c6c
Modificáronse 1 ficheiros con 1 adicións e 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()