Aktualisieren von api.py

This commit is contained in:
H Lohaus 2024-04-05 14:20:28 +02:00 committed by GitHub
parent 64e07b7fbf
commit e2c11d233a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ try:
_RequestPermissionsManager.register_callback()
from .android_gallery import user_select_image
has_android = True
except ImportError:
except:
run_on_ui_thread = lambda a : a
has_android = False