diff --git a/tradedb.py b/tradedb.py index 4b052643..a78f4ee7 100644 --- a/tradedb.py +++ b/tradedb.py @@ -20,6 +20,9 @@ import math from pathlib import Path +import locale +locale.setlocale(locale.LC_ALL, '') + ###################################################################### # Classes