switched from optional to required parameter
This commit is contained in:
		| @@ -25,8 +25,8 @@ class Stocks(inkycal_module): | |||||||
|  |  | ||||||
|   name = "Stocks - Displays stock market infos from Yahoo finance" |   name = "Stocks - Displays stock market infos from Yahoo finance" | ||||||
|  |  | ||||||
|   # optional parameters |   # required parameters | ||||||
|   optional = { |   required = { | ||||||
|  |  | ||||||
|     "tickers": { |     "tickers": { | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user