warehouse

This commit is contained in:
cuu 2019-12-29 00:46:19 +08:00
parent 557cd04b64
commit e9db2ac4d1

View File

@ -866,7 +866,6 @@ class GameStorePage(Page):
print("show keyboard to add ware house") print("show keyboard to add ware house")
self._Screen.PushCurPage() self._Screen.PushCurPage()
self._Screen.SetCurPage( self._Keyboard ) self._Screen.SetCurPage( self._Keyboard )
else: else:
#download the game probably #download the game probably
remote_file_url = cur_li._Value["file"] remote_file_url = cur_li._Value["file"]
@ -901,7 +900,6 @@ class GameStorePage(Page):
pygame.time.delay(800) pygame.time.delay(800)
self._Screen._TitleBar.Redraw() self._Screen._TitleBar.Redraw()
else: else:
print("file downloaded")# maybe check it if is installed,then execute it print("file downloaded")# maybe check it if is installed,then execute it
if cur_li._Value["type"]=="launcher" and cur_li._ReadOnly == False: if cur_li._Value["type"]=="launcher" and cur_li._ReadOnly == False: