beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: change collect/send thread looping condition to fix infinite loop in some cases
svghmi
2019-12-09, Edouard Tisserant
3b99c908f43b
SVGHMI: change collect/send thread looping condition to fix infinite loop in some cases
# -*- coding: utf-8 -*-
# See COPYING.Runtime file for copyrights details.
def _(x):
"""No translation"""
return x
Broken = _("Broken")
Started = _("Started")
Stopped = _("Stopped")
Disconnected = _("Disconnected")
Empty = _("Empty")