I can't seem to get numbers widget to update. Code is really simple in that it grabs a number from restful API and the app returns that number. I have text working perfectly right now and I ran through all of the samples. Any ideas?
21 s = {'number':count}
22 return s
23
Here I am printing up the the number=count so I know its getting there.
INFO:main:New Client 43076 connected. Total Clients: 5
{'number': 718}
I can't seem to get numbers widget to update. Code is really simple in that it grabs a number from restful API and the app returns that number. I have text working perfectly right now and I ran through all of the samples. Any ideas?
21 s = {'number':count}
22 return s
23
Here I am printing up the the number=count so I know its getting there.
INFO:main:New Client 43076 connected. Total Clients: 5
{'number': 718}