summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEikosa <darkofheking@gmail.com>2023-11-13 19:56:08 +0100
committerGitHub <noreply@github.com>2023-11-13 19:56:08 +0100
commitabbf2927ec3104d95cec3c0caf65a917792f534a (patch)
tree93a62bf98451ea14e660c727b0a89eadfb532a71
parent~ (diff)
downloadgpt4free-abbf2927ec3104d95cec3c0caf65a917792f534a.tar
gpt4free-abbf2927ec3104d95cec3c0caf65a917792f534a.tar.gz
gpt4free-abbf2927ec3104d95cec3c0caf65a917792f534a.tar.bz2
gpt4free-abbf2927ec3104d95cec3c0caf65a917792f534a.tar.lz
gpt4free-abbf2927ec3104d95cec3c0caf65a917792f534a.tar.xz
gpt4free-abbf2927ec3104d95cec3c0caf65a917792f534a.tar.zst
gpt4free-abbf2927ec3104d95cec3c0caf65a917792f534a.zip
-rw-r--r--g4f/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/g4f/__init__.py b/g4f/__init__.py
index c712829c..fd8aa306 100644
--- a/g4f/__init__.py
+++ b/g4f/__init__.py
@@ -15,6 +15,8 @@ def check_pypi_version() -> None:
if version != latest_version:
print(f'New pypi version: {latest_version} (current: {version}) | pip install -U g4f')
+ return False
+ return True
except Exception as e:
print(f'Failed to check g4f pypi version: {e}')