mv config_parser.ml

This commit is contained in:
swrup 2026-03-20 00:38:25 +01:00 committed by Swrup
parent e44748eb99
commit 5bcd84ca54
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
open Parse_config
open Config_parser
let config_filename = "mte.conf"
@ -144,7 +144,7 @@ module Currency = struct
alt_unit_names=
get "alt_unit_names"
|> Jsont_bytesrw.decode_string Alt_unit_names.jsont
|> Parse_config.unwrap;
|> unwrap;
}
let all_currencies = List.map parse_currency currency_sections