Small typo

This commit is contained in:
Guillem Hernandez Sola
2026-05-20 11:44:54 +02:00
parent 8a514ed97b
commit 266990abdb
2 changed files with 6 additions and 6 deletions

View File

@@ -107,8 +107,8 @@ except ImportError:
variable: 'BSKY_MQUB_HANDLE'
),
string(
credentialsId: 'BSKY_MQUB_APP_PASSWORD',
variable: 'BSKY_MQUB_APP_PASSWORD'
credentialsId: 'BSKY_MQUB_PASSWORD',
variable: 'BSKY_MQUB_PASSWORD'
),
file(
credentialsId: 'TIKTOK_COOKIES_JSON',
@@ -125,7 +125,7 @@ except ImportError:
python3 tiktok2bsky.py \
--tiktok-handle "$TIKTOK_FCB_HANDLE" \
--bsky-handle "$BSKY_MQUB_HANDLE" \
--bsky-app-password "$BSKY_MQUB_APP_PASSWORD" \
--bsky-app-password "$BSKY_MQUB_PASSWORD" \
--bsky-base-url https://eurosky.social \
--bsky-langs ca \
--cookies-path tiktok_cookies.json