mv config_parser.ml
This commit is contained in:
parent
e44748eb99
commit
5bcd84ca54
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
open Parse_config
|
open Config_parser
|
||||||
|
|
||||||
let config_filename = "mte.conf"
|
let config_filename = "mte.conf"
|
||||||
|
|
||||||
|
|
@ -144,7 +144,7 @@ module Currency = struct
|
||||||
alt_unit_names=
|
alt_unit_names=
|
||||||
get "alt_unit_names"
|
get "alt_unit_names"
|
||||||
|> Jsont_bytesrw.decode_string Alt_unit_names.jsont
|
|> Jsont_bytesrw.decode_string Alt_unit_names.jsont
|
||||||
|> Parse_config.unwrap;
|
|> unwrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
let all_currencies = List.map parse_currency currency_sections
|
let all_currencies = List.map parse_currency currency_sections
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue