diff --git a/source/app/controllers/util.py b/source/app/controllers/util.py index 7130985..9ea047c 100644 --- a/source/app/controllers/util.py +++ b/source/app/controllers/util.py @@ -1699,6 +1699,7 @@ class ImportFacturaLibre(object): '0': 0.0, '-2/3': 0.106667, '-0.5': 0.005, + '-10.6666': 0.106667, } data = [] diff --git a/source/app/main_linux.ini b/source/app/main_linux.ini new file mode 100644 index 0000000..119d72c --- /dev/null +++ b/source/app/main_linux.ini @@ -0,0 +1,8 @@ +[uwsgi] +http = 127.0.0.1:8000 +wsgi-file = main.py +callable = app +master = true +processes = 4 +threads = 4 +