mirror of
https://github.com/xtekky/gpt4free.git
synced 2026-03-09 08:12:26 -07:00
Bare `except:` catches BaseException including KeyboardInterrupt and SystemExit. Replaced 34 instances with `except Exception:`. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| auth.py | ||
| fetch_and_scrape.py | ||
| files.py | ||
| media.py | ||
| run_tools.py | ||
| web_search.py | ||