Skip to content

Commit

Permalink
Properly spell preflight in logs
Browse files Browse the repository at this point in the history
NFC.
  • Loading branch information
iamleot committed May 20, 2023
1 parent 4b41956 commit 9b351b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transferwee.py
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ def upload(
transfer = _prepare_link_upload(files, display_name, message, s)

logger.debug(f"Get transfer id {transfer['id']}")
logger.debug(f"Doing prefligh storm")
logger.debug(f"Doing preflight storm")
_storm_preflight(transfer["storm_upload_token"], files)
logger.debug(f"Preparing storm block upload")
blocks = _storm_prepare(transfer["storm_upload_token"], files)
Expand Down

0 comments on commit 9b351b9

Please sign in to comment.