Переглянути джерело

Racenet should not update venue name

Foppe Hemminga 6 роки тому
батько
коміт
691864eefd
1 змінених файлів з 0 додано та 1 видалено
  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