Also remove total user karma.

This commit is contained in:
Ben Rog-Wilhelm 2023-09-04 22:50:11 -05:00
parent 0ecb28be0b
commit 73cd909a6d

View file

@ -519,7 +519,6 @@ class User(CreatedBase):
data = self.json_core data = self.json_core
data["badges"] = [x.json for x in self.badges] data["badges"] = [x.json for x in self.badges]
data['coins'] = self.coins
data['post_count'] = self.post_count data['post_count'] = self.post_count
data['comment_count'] = self.comment_count data['comment_count'] = self.comment_count