Files
report-print-send/base_report_to_printer/printing.py
Guewen Baconnier 254495f994 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
2017-10-03 18:13:03 +02:00

5.5 KiB