remotes/1693045480750635534/spooky-22
Aevann1 2021-07-29 07:31:57 +02:00
parent 3c84ea7467
commit 22e9d9ff64
2 changed files with 2 additions and 4 deletions

View File

@ -138,8 +138,7 @@ class Comment(Base, Age_times, Scores, Stndrd, Fuzzing):
for f in self.flags: flags[f.user.username] = f.reason
data= {
'id': self.base36id,
'fullname': self.fullname,
'id': self.id,
'level': self.level,
'author_name': self.author.username,
'body': self.body,

View File

@ -222,8 +222,7 @@ class Submission(Base, Stndrd, Age_times, Scores, Fuzzing):
'is_banned': bool(self.is_banned),
'deleted_utc': self.deleted_utc,
'created_utc': self.created_utc,
'id': self.base36id,
'fullname': self.fullname,
'id': self.id,
'title': self.title,
'is_nsfw': self.over_18,
'is_bot': self.is_bot,