change stock ticker url back to marketwatch

This commit is contained in:
Luke Robles 2022-02-02 16:31:31 -08:00
parent 94c1d22902
commit 7bb10b3057
2 changed files with 2 additions and 2 deletions

View File

@ -135,7 +135,7 @@ def get_stock(share_name, verbose=False):
embed.add_field( embed.add_field(
name="Link to stock price", name="Link to stock price",
value="https://finance.yahoo.com/quote/%s" % share_name, value="https://www.marketwatch.com/investing/stock/%s" % share_name,
inline=False, inline=False,
) )
embed.set_footer( embed.set_footer(

View File

@ -8,7 +8,7 @@ image:
repository: ldooks/dragon-bot repository: ldooks/dragon-bot
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: "89" tag: "90"
imagePullSecrets: [] imagePullSecrets: []
nameOverride: "" nameOverride: ""