2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-03-13 03:19:17 +00:00

Correct string in locale defaulting

This commit is contained in:
Jarrod Johnson
2020-05-18 13:02:50 -04:00
parent 5dee338d50
commit 2b39b9b5a6

View File

@@ -10,7 +10,7 @@ import time
import yaml
currtz = None
currlocale = en_US.UTF-8
currlocale = 'en_US.UTF-8'
currtzvintage = None