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.
|