aboutsummaryrefslogtreecommitdiff
path: root/Sources
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2023-04-10 14:08:03 +0200
committerRuben Beltran del Rio <ruben@unlimited.pizza>2023-04-10 14:08:03 +0200
commit6e94967396373626e5f6ee228fbba5fcb111f3cb (patch)
treea5d6a52e307defc2dd38d52c844090fa5748db37 /Sources
parentc53df649c817f770ae1750bb6d11113e0bcd2b18 (diff)
Use a dummy token for the client
Diffstat (limited to 'Sources')
-rw-r--r--Sources/lyricli/lyrics_engine.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Sources/lyricli/lyrics_engine.swift b/Sources/lyricli/lyrics_engine.swift
index 9ca0cad..f0a02db 100644
--- a/Sources/lyricli/lyrics_engine.swift
+++ b/Sources/lyricli/lyrics_engine.swift
@@ -3,7 +3,7 @@ import Foundation
// Given a track, attempts to fetch the lyrics from lyricswiki
class LyricsEngine {
- private let clientToken = "_-P6qiz2dPDMaRUih-VxSS--PBYA4OtWrHiTgVY7Qd3lMss_oewL04FX8lmh37ma"
+ private let clientToken = <GENIUS_CLIENT_TOKEN>
// URL of the API endpoint to use
private let apiURL = "https://api.genius.com/search"