aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2020-08-25 22:24:00 +0100
committerGravatar Joe Banks <[email protected]>2020-08-25 22:24:00 +0100
commit903a84e6de24f344431efad9a4f91a7be24fbde2 (patch)
treefc8da75d6b7f5cfd1f002401b8d58918fd0df27d
parentUpdate README with documentation (diff)
Remove opt_out from upsert
-rw-r--r--metricity/models.py1
1 files changed, 0 insertions, 1 deletions
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"
]