Skip to content

Commit

Permalink
FIX - BHD perrmalink wasn't completed
Browse files Browse the repository at this point in the history
  • Loading branch information
Audionut committed Oct 20, 2024
1 parent 991e5e1 commit 795b626
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 @@ -236,8 +236,8 @@ async def do_the_thing(base_dir):
####################################
common = COMMON(config=config)
api_trackers = ['BLU', 'AITHER', 'STC', 'R4E', 'STT', 'RF', 'ACM', 'LCD', 'HUNO', 'LT', 'JPTV', 'TDC', 'OE',
'OTW', 'FNP', 'CBR', 'UTP', 'AL', 'SHRI', 'LST', 'BHD', 'TIK', 'PSS', 'ULCX']
other_api_trackers = ['SN', 'NBL', 'ANT', 'BHDTV', 'RTF', 'TL']
'OTW', 'FNP', 'CBR', 'UTP', 'AL', 'SHRI', 'LST', 'TIK', 'PSS', 'ULCX']
other_api_trackers = ['SN', 'NBL', 'ANT', 'BHDTV', 'RTF', 'TL', 'BHD']
http_trackers = ['HDB', 'TTG', 'FL', 'PTER', 'HDT', 'MTV']
tracker_class_map = {
'BLU': BLU, 'BHD': BHD, 'AITHER': AITHER, 'STC': STC, 'R4E': R4E, 'THR': THR, 'STT': STT, 'HP': HP, 'PTP': PTP, 'RF': RF, 'SN': SN, 'TIK': TIK,
Expand Down

0 comments on commit 795b626

Please sign in to comment.