Vadim Tkachenko

Results 4 comments of Vadim Tkachenko

I did it several times. Experienced to find out if you remove the requests module, then the script on the widget is launched.

@zrzka, example: ``` #!python3 import appex, ui, json import requests url = "https://balance.sipnet.ru/?format=2&sipuid=12345678&password=PASSWD» data = json.loads(requests.get(url).text) label = ui.Label(font=('Menlo', 24), alignment=ui.ALIGN_CENTER) label.text = 'SIPNET: ' + data['balance'] + " "...

there are empty logs on the node