mirror of
https://github.com/vale981/stocproc
synced 2025-03-04 17:21:42 -05:00
do not break in absence of a stocproc.ini
This commit is contained in:
parent
52d642c957
commit
a8708b7018
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@ config = configparser.ConfigParser()
|
|||
config.read("stocproc.ini")
|
||||
|
||||
|
||||
USE_NORMALIZED_DIFF = config["FFT"].getboolean("use_normalized_diff", fallback=False)
|
||||
USE_NORMALIZED_DIFF = config.getboolean("FFT", "use_normalized_diff", fallback=False)
|
||||
|
|
Loading…
Add table
Reference in a new issue