فهرست منبع

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