typo fixes
This commit is contained in:
parent
c60517a454
commit
24cd151fcf
@ -61,7 +61,7 @@ def load_tickerdata_file(datadir: Optional[Path], pair: str, ticker_interval: st
|
|||||||
timerange: Optional[TimeRange] = None) -> Optional[list]:
|
timerange: Optional[TimeRange] = None) -> Optional[list]:
|
||||||
"""
|
"""
|
||||||
Load a pair from file, either .json.gz or .json
|
Load a pair from file, either .json.gz or .json
|
||||||
:return: tickerlist or None if unsuccesful
|
:return: tickerlist or None if unsuccessful
|
||||||
"""
|
"""
|
||||||
filename = pair_data_filename(datadir, pair, ticker_interval)
|
filename = pair_data_filename(datadir, pair, ticker_interval)
|
||||||
pairdata = misc.file_load_json(filename)
|
pairdata = misc.file_load_json(filename)
|
||||||
|
@ -30,7 +30,7 @@ def find_trace_in_fig_data(data, search_string: str):
|
|||||||
return next(matches)
|
return next(matches)
|
||||||
|
|
||||||
|
|
||||||
def generage_empty_figure():
|
def generate_empty_figure():
|
||||||
return make_subplots(
|
return make_subplots(
|
||||||
rows=3,
|
rows=3,
|
||||||
cols=1,
|
cols=1,
|
||||||
|
Loading…
Reference in New Issue
Block a user