Skip to content

Commit c87c243

Browse files
committed
bug fix
1 parent c91099e commit c87c243

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

client/main.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,9 @@ def on_resume(self):
6969

7070
def start_scan(self, *args) -> None:
7171
if platform == "android":
72-
from libs.scanner import scan_qr_and_get_url
73-
scan_qr_and_get_url(self.launch)
72+
# from libs.scanner import scan_qr_and_get_url
73+
# scan_qr_and_get_url(self.launch)
74+
pass
7475
pass
7576

7677
def fetch_config(self, server_url: str, *args) -> dict | bool:

0 commit comments

Comments
 (0)