Skip to content

Commit cec93bb

Browse files
cleanups
1 parent f030a5f commit cec93bb

File tree

1 file changed

+0
-2
lines changed
  • internal_filesystem/builtin/apps/com.micropythonos.appstore/assets

1 file changed

+0
-2
lines changed

internal_filesystem/builtin/apps/com.micropythonos.appstore/assets/appstore.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ def onResume(self, screen):
4848
_thread.start_new_thread(self.download_app_index, (self.app_index_url,))
4949

5050
def download_app_index(self, json_url):
51-
#time.sleep(5)
5251
try:
5352
response = requests.get(json_url, timeout=10)
5453
except Exception as e:
@@ -196,7 +195,6 @@ def onCreate(self):
196195
#
197196
headercont = lv.obj(app_detail_screen)
198197
headercont.set_style_border_width(0, 0)
199-
#headercont.set_style_radius(0, 0)
200198
headercont.set_style_pad_all(0, 0)
201199
headercont.set_flex_flow(lv.FLEX_FLOW.ROW)
202200
headercont.set_size(lv.pct(100), lv.SIZE_CONTENT)

0 commit comments

Comments
 (0)