We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c91099e commit c87c243Copy full SHA for c87c243
1 file changed
client/main.py
@@ -69,8 +69,9 @@ def on_resume(self):
69
70
def start_scan(self, *args) -> None:
71
if platform == "android":
72
- from libs.scanner import scan_qr_and_get_url
73
- scan_qr_and_get_url(self.launch)
+ # from libs.scanner import scan_qr_and_get_url
+ # scan_qr_and_get_url(self.launch)
74
+ pass
75
pass
76
77
def fetch_config(self, server_url: str, *args) -> dict | bool:
0 commit comments