Explorar o código

Racenet should not update venue name

Foppe Hemminga %!s(int64=6) %!d(string=hai) anos
pai
achega
691864eefd
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      races.py

+ 0 - 1
races.py

@@ -11,7 +11,6 @@ query = """
     VALUES (%s, %s, %s, %s, %s, %s)
     ON CONFLICT (utctime) DO UPDATE SET
         race_date = excluded.race_date,
-        venue = excluded.venue,
         race = excluded.race,
         start_time = excluded.start_time,
         state = excluded.state