fix i think??

pull/15/head
justcool393 2022-11-25 18:17:38 -06:00
parent badfb32d41
commit 847886cbda
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ def rdrama(id, title):
@auth_required
def marseys(v):
marseys = get_marseys(g.db)
authors = get_accounts_dict([m.author_id for m in marseys], include_shadowbanned=False)
authors = get_accounts_dict([m.author_id for m in marseys], graceful=True, include_shadowbanned=False)
original = os.listdir("/asset_submissions/marseys/original")
for marsey in marseys:
marsey.user = authors.get(marsey.author_id)