fix stray piece of code i used in testing

pull/29/head
Aevann1 2022-11-28 03:50:00 +02:00
parent 89816775aa
commit 1475383549
1 changed files with 0 additions and 2 deletions

View File

@ -232,8 +232,6 @@ def all_upvoters_downvoters(v, username, vote_dir, is_who_simps_hates):
try: page = int(request.values.get("page", 1))
except: page = 1
PAGE_SIZE = 2
users = users[PAGE_SIZE * (page-1):]
next_exists = (len(users) > PAGE_SIZE)