Skip to content

Commit

Permalink
Aktualisieren von api.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hlohaus authored Apr 5, 2024
1 parent 64e07b7 commit e2c11d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion g4f/gui/server/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
_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

Expand Down

0 comments on commit e2c11d2

Please sign in to comment.