Skip to content

Commit

Permalink
LST does have both options
Browse files Browse the repository at this point in the history
  • Loading branch information
Audionut committed Sep 6, 2024
1 parent c25caf7 commit 6b16cdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ async def do_the_thing(base_dir):
'TL': TL, 'TDC': TDC, 'HDT': HDT, 'MTV': MTV, 'OE': OE, 'BHDTV': BHDTV, 'RTF': RTF, 'OTW': OTW, 'FNP': FNP, 'CBR': CBR, 'UTP': UTP, 'AL': AL, 'SHRI': SHRI}

tracker_capabilities = {
'LST': {'mod_q': False, 'draft': True},
'LST': {'mod_q': True, 'draft': True},
'BLU': {'mod_q': True, 'draft': False},
'AITHER': {'mod_q': True, 'draft': False},
'BHD': {'draft_live': True},
Expand Down Expand Up @@ -300,7 +300,7 @@ async def check_mod_q_and_draft(tracker_class, meta, debug):
upload_to_tracker = True
else:
upload_to_tracker = cli_ui.ask_yes_no(
f"Upload to {tracker_class.tracker}? {debug}",
f"Upload to {tracker_class.tracker}? {debug}",
default=meta['unattended']
)

Expand Down

0 comments on commit 6b16cdc

Please sign in to comment.