We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cac3900 commit 8c04977Copy full SHA for 8c04977
internal_filesystem/builtin/apps/com.micropythonos.appstore/assets/appstore.py
@@ -56,7 +56,7 @@ def download_app_index(self, json_url):
56
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)
57
return
58
if response and response.status_code == 200:
59
- print(f"Got response text: {response.text}")
+ #print(f"Got response text: {response.text}")
60
try:
61
applist = json.loads(response.text)
62
for app in json.loads(response.text):
0 commit comments