View Single Post
Old 01-24-2020, 09:53 AM   #17
kdusr
Connoisseur
kdusr began at the beginning.
 
kdusr's Avatar
 
Posts: 85
Karma: 13
Join Date: Oct 2016
Location: Mars
Device: KV,KOA2,PW5
if your script wrote in py3.x, change it to py2.7 and add those two line at head>

import sys
sys.setcheckinterval(2048) #set this value to 2048(default is 100) or higher value, test it again

.
.
.
digit4 = now.minute % 10
# display_digit4(digit4)
sleep(10)
.
.
.

Last edited by kdusr; 01-24-2020 at 10:23 AM.
kdusr is offline   Reply With Quote