mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[price-quotes.scm] ensure missing-alphavantage message can show on console
This commit is contained in:
parent
883705fdf8
commit
02e59cc977
@ -452,9 +452,8 @@ Run 'gnc-fq-update' as root to install them.")))
|
|||||||
|
|
||||||
((memq 'need-alphavantage-key fq-results)
|
((memq 'need-alphavantage-key fq-results)
|
||||||
(set! keep-going? #f)
|
(set! keep-going? #f)
|
||||||
(gnc-error-dialog
|
(show-error (format #f (G_ "ERROR: ALPHAVANTAGE_API_KEY must be set for currency and quotes; see ~A")
|
||||||
window (format #f (G_ "ERROR: ALPHAVANTAGE_API_KEY must be set for currency and quotes; see ~A")
|
"https://wiki.gnucash.org/wiki/Online_Quotes#Source_Alphavantage.2C_US")))
|
||||||
"https://wiki.gnucash.org/wiki/Online_Quotes#Source_Alphavantage.2C_US")))
|
|
||||||
|
|
||||||
((memq 'system-error fq-results)
|
((memq 'system-error fq-results)
|
||||||
(set! keep-going? #f)
|
(set! keep-going? #f)
|
||||||
|
Loading…
Reference in New Issue
Block a user