Files
report-print-send/base_report_to_printer/printing.py
Guewen Baconnier 2a2caedd17 Use a cron instead of threads to update printers status
The implementation with threads was blocking the loading of the
server in multiprocess.  Using a cron will lower the frequency of
the updates but at least it is simple and reliable.

Fixes #14
2014-11-20 08:47:07 +01:00

5.5 KiB