forked from rDrama/rDrama
1
0
Fork 0

add spaces

master
Aevann 2024-02-18 21:54:44 +02:00
parent ce2b6c196b
commit 6a2b7acac4
1 changed files with 6 additions and 6 deletions

View File

@ -170,9 +170,9 @@ def upvoters_downvoters(v, username, username2, cls, vote_cls, vote_dir, templat
cls.ghost == False,
cls.is_banned == False,
cls.deleted_utc == 0,
vote_cls.vote_type==vote_dir,
cls.author_id==id,
vote_cls.user_id==uid,
vote_cls.vote_type == vote_dir,
cls.author_id == id,
vote_cls.user_id == uid,
)
total = listing.count()
@ -234,9 +234,9 @@ def upvoting_downvoting(v, username, username2, cls, vote_cls, vote_dir, templat
cls.ghost == False,
cls.is_banned == False,
cls.deleted_utc == 0,
vote_cls.vote_type==vote_dir,
vote_cls.user_id==id,
cls.author_id==uid,
vote_cls.vote_type == vote_dir,
vote_cls.user_id == id,
cls.author_id == uid,
)
total = listing.count()