fixed lintng
formatting_check / formatting_check (push) Failing after 4s
Python Test / test (.ps1, windows-latest, 3.9) (push) Has been cancelled
Python Test / test (.sh, macos-latest, 3.9) (push) Has been cancelled
Python Test / test (.sh, ubuntu-latest, 3.9) (push) Has been cancelled
formatting_check / formatting_check (push) Failing after 4s
Python Test / test (.ps1, windows-latest, 3.9) (push) Has been cancelled
Python Test / test (.sh, macos-latest, 3.9) (push) Has been cancelled
Python Test / test (.sh, ubuntu-latest, 3.9) (push) Has been cancelled
This commit is contained in:
@@ -454,7 +454,6 @@ async def create_download_with_bdfr_api(download_type: str, name: str, **kwargs)
|
|||||||
return download_id
|
return download_id
|
||||||
|
|
||||||
# Get global auth token if available
|
# Get global auth token if available
|
||||||
global _bdfr_auth_token
|
|
||||||
auth_token = _bdfr_auth_token
|
auth_token = _bdfr_auth_token
|
||||||
logger.info(f"[DEBUG] Global auth token available: {auth_token is not None}")
|
logger.info(f"[DEBUG] Global auth token available: {auth_token is not None}")
|
||||||
logger.info(f"[DEBUG] Auth token for BDFR: {auth_token[:10]}..." if auth_token else "None")
|
logger.info(f"[DEBUG] Auth token for BDFR: {auth_token[:10]}..." if auth_token else "None")
|
||||||
|
|||||||
Reference in New Issue
Block a user