From 903a84e6de24f344431efad9a4f91a7be24fbde2 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Tue, 25 Aug 2020 22:24:00 +0100 Subject: Remove opt_out from upsert --- metricity/models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/metricity/models.py b/metricity/models.py index a2be73d..3ce965e 100644 --- a/metricity/models.py +++ b/metricity/models.py @@ -57,7 +57,6 @@ class User(db.Model): "avatar_hash", "joined_at", "is_staff", - "opt_out", "bot", "in_guild" ] -- cgit v1.2.3