vxc
This commit is contained in:
parent
12e600028c
commit
9719a0b9ee
6 changed files with 12 additions and 21 deletions
|
@ -796,11 +796,4 @@ NOTIFIED_USERS = {
|
|||
}
|
||||
|
||||
num_banners = len(listdir('files/assets/images/Drama/banners')) + 1
|
||||
num_sidebar = len(listdir('files/assets/images/Drama/sidebar')) + 1
|
||||
|
||||
|
||||
with open("marsey_count.json", 'r') as f: marsey_count = loads(f.read())
|
||||
marsey_counted = []
|
||||
for k, val in marseys.items():
|
||||
marsey_counted.append((k, val, marsey_count[k]))
|
||||
marsey_counted = sorted(marsey_counted, key=lambda x: x[2], reverse=True)
|
||||
num_sidebar = len(listdir('files/assets/images/Drama/sidebar')) + 1
|
Loading…
Add table
Add a link
Reference in a new issue