You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Less verbose
This commit is contained in:
@@ -56,7 +56,7 @@ class AppStore(Activity):
|
||||
lv.async_call(lambda l, error=e: self.please_wait_label.set_text(f"Downloading app index from:\n{json_url}\ngot error: {error}"), None)
|
||||
return
|
||||
if response and response.status_code == 200:
|
||||
print(f"Got response text: {response.text}")
|
||||
#print(f"Got response text: {response.text}")
|
||||
try:
|
||||
applist = json.loads(response.text)
|
||||
for app in json.loads(response.text):
|
||||
|
||||
Reference in New Issue
Block a user