Skip to content

Commit 8d561b1

Browse files
author
Dan Ancona
committed
edit locale
1 parent d737390 commit 8d561b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigml/api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ def __init__(self, username=None, api_key=None, dev_mode=False,
248248
self.model_url = self.url + MODEL_PATH
249249
self.prediction_url = self.url + PREDICTION_PATH
250250

251-
locale.setlocale(locale.LC_ALL, 'en_US')
251+
# locale.setlocale(locale.LC_ALL, 'en_US')
252252

253253
def _create(self, url, body):
254254
"""Creates a new remote resource.

0 commit comments

Comments
 (0)