mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-14 19:53:35 -07:00
Format
This commit is contained in:
+1
-3
@@ -52,9 +52,7 @@ class Main(App):
|
||||
if not self.args.launch_app:
|
||||
return 0
|
||||
|
||||
storage.send_and_wait_eol(
|
||||
f'loader open "Apps" {fap_dst_path}\r'
|
||||
)
|
||||
storage.send_and_wait_eol(f'loader open "Apps" {fap_dst_path}\r')
|
||||
|
||||
if len(result := storage.read.until(storage.CLI_EOL)):
|
||||
self.logger.error(f"Unexpected response: {result.decode('ascii')}")
|
||||
|
||||
Reference in New Issue
Block a user