|
|
@ -74,7 +74,7 @@ func (quotes *Quotes) Fetch() (self *Quotes) { |
|
|
|
if err := recover(); err != nil { |
|
|
|
if err := recover(); err != nil { |
|
|
|
quotes.errors = fmt.Sprintf("\n\n\n\nError fetching stock quotes...\n%s", err) |
|
|
|
quotes.errors = fmt.Sprintf("\n\n\n\nError fetching stock quotes...\n%s", err) |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
market.errors = "" |
|
|
|
quotes.errors = "" |
|
|
|
} |
|
|
|
} |
|
|
|
}() |
|
|
|
}() |
|
|
|
|
|
|
|
|
|
|
|