diff options
Diffstat (limited to 'src/ucs.ml')
-rw-r--r-- | src/ucs.ml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ (* - * Copyright (C) 2020 Alban Gruin + * Copyright (C) 2020, 2021 Alban Gruin * * ucs is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published @@ -67,4 +67,5 @@ let () = Term.(const run $ base_url $ celcat_url $ port $ socket), Term.info "ucs" ~version:(Version.version ()) ~doc ~exits in CalendarLib.Time_Zone.(change Local); + Random.self_init (); Term.(exit @@ eval cmd) |