change stock ticker url back to marketwatch

This commit is contained in:
ein 2022-02-02 16:31:31 -08:00
parent ac40d4c698
commit 71daf40009
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(
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,
)
embed.set_footer(

View File

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