* fixed locale issue in docker

* fixed uploaded blocks not saving type properly
This commit is contained in:
Kevin Froman 2018-08-17 16:50:16 -05:00
parent 40ea61707f
commit cfbc834eb5
No known key found for this signature in database
GPG key ID: 0D414D0FE405B63B
3 changed files with 11 additions and 4 deletions

View file

@ -22,6 +22,8 @@
import logger, config, threading, time, readline, datetime
from onionrblockapi import Block
import onionrexceptions
import locale
locale.setlocale(locale.LC_ALL, '')
plugin_name = 'pms'
PLUGIN_VERSION = '0.0.1'