From 148820140c018c70169ae51d5974ee546ded0f19 Mon Sep 17 00:00:00 2001 From: Zips-sipZ Date: Fri, 4 Oct 2024 20:17:54 +0200 Subject: [PATCH] Removing ULCX as modq capable Site doesn't support it (yet) and it's causing issues for users using this currently --- upload.py | 1 - 1 file changed, 1 deletion(-) diff --git a/upload.py b/upload.py index 2338d6f7..6c4e72bd 100644 --- a/upload.py +++ b/upload.py @@ -264,7 +264,6 @@ async def do_the_thing(base_dir): 'BLU': {'mod_q': True, 'draft': False}, 'AITHER': {'mod_q': True, 'draft': False}, 'BHD': {'draft_live': True}, - 'ULCX': {'mod_q': True} } async def check_mod_q_and_draft(tracker_class, meta, debug, disctype):