From 546e6ea3bb26e03fff263f8cf44783b21c478a94 Mon Sep 17 00:00:00 2001 From: TylerCG <117808427+TylerCG@users.noreply.github.com> Date: Sun, 27 Apr 2025 21:09:46 -0400 Subject: [PATCH] test --- app/main.py | 17 +---------------- app/templates/dropout.html | 6 ++++-- 2 files changed, 5 insertions(+), 18 deletions(-) diff --git a/app/main.py b/app/main.py index 106628c..d26c78e 100644 --- a/app/main.py +++ b/app/main.py @@ -18,20 +18,6 @@ loop = asyncio.get_running_loop() # JSON cache cached_data = None -def shows(): - html = '' - global cached_data - accepted_D20 = ('Dimension 20', 'Dimension 20 Animated', "Dimension 20's Adventuring Party") - for item in cached_data: - if 'Dimension 20' in item['SHOW']: - if item['SHOW'] in accepted_D20: - name = item['SHOW'] - html += f'' - else: - name = item['SHOW'] - html += f'