diff -r 1c6a704bd39c -r 6cf16e5bfbf9 PLCControler.py --- a/PLCControler.py Sat Aug 19 17:12:12 2017 +0300 +++ b/PLCControler.py Sat Aug 19 17:17:54 2017 +0300 @@ -3202,19 +3202,19 @@ new_task["Single"] = "" interval = task.getinterval() if interval is not None: -# text = "" -# if interval.hour != 0: -# text += "%dh"%interval.hour -# if interval.minute != 0: -# text += "%dm"%interval.minute -# if interval.second != 0: -# text += "%ds"%interval.second -# if interval.microsecond != 0: -# if interval.microsecond % 1000 != 0: -# text += "%.3fms"%(float(interval.microsecond) / 1000) -# else: -# text += "%dms"%(interval.microsecond / 1000) -# new_task["Interval"] = text + # text = "" + # if interval.hour != 0: + # text += "%dh"%interval.hour + # if interval.minute != 0: + # text += "%dm"%interval.minute + # if interval.second != 0: + # text += "%ds"%interval.second + # if interval.microsecond != 0: + # if interval.microsecond % 1000 != 0: + # text += "%.3fms"%(float(interval.microsecond) / 1000) + # else: + # text += "%dms"%(interval.microsecond / 1000) + # new_task["Interval"] = text new_task["Interval"] = interval else: new_task["Interval"] = ""