mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-22 15:50:17 +01:00
Fix iOS build error with renamed Secrets string.
This commit is contained in:
parent
90311f0e70
commit
329fd5d71b
@ -697,7 +697,7 @@ private extension WebViewController {
|
|||||||
func startArticleExtractor() {
|
func startArticleExtractor() {
|
||||||
guard articleExtractor == nil else { return }
|
guard articleExtractor == nil else { return }
|
||||||
let secrets = Secrets()
|
let secrets = Secrets()
|
||||||
if let link = article?.preferredLink, let extractor = ArticleExtractor(link, clientID: secrets.mercuryClientId, clientSecret: secrets.mercuryClientSecret) {
|
if let link = article?.preferredLink, let extractor = ArticleExtractor(link, clientID: secrets.mercuryClientID, clientSecret: secrets.mercuryClientSecret) {
|
||||||
extractor.delegate = self
|
extractor.delegate = self
|
||||||
extractor.process()
|
extractor.process()
|
||||||
articleExtractor = extractor
|
articleExtractor = extractor
|
||||||
|
Loading…
Reference in New Issue
Block a user