aboutsummaryrefslogtreecommitdiff
path: root/src/ucs.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/ucs.ml')
-rw-r--r--src/ucs.ml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ucs.ml b/src/ucs.ml
index 9950d8c..74849e7 100644
--- a/src/ucs.ml
+++ b/src/ucs.ml
@@ -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)