mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-10-07 17:21:16 +08:00
Aktualisieren von api.py
This commit is contained in:
@@ -29,7 +29,7 @@ try:
|
|||||||
_RequestPermissionsManager.register_callback()
|
_RequestPermissionsManager.register_callback()
|
||||||
from .android_gallery import user_select_image
|
from .android_gallery import user_select_image
|
||||||
has_android = True
|
has_android = True
|
||||||
except ImportError:
|
except:
|
||||||
run_on_ui_thread = lambda a : a
|
run_on_ui_thread = lambda a : a
|
||||||
has_android = False
|
has_android = False
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user