Update (g4f/Provider/Blackbox.py)

This commit is contained in:
kqlio67 2024-11-12 11:15:40 +02:00
parent 18be49027d
commit 867bcb057a

View file

@ -97,7 +97,7 @@ class Blackbox(AsyncGeneratorProvider, ProviderModelMixin):
cls._last_validated_value = validated_value
return validated_value
except Exception as e:
pass
print(f"Error fetching validated value: {e}")
return cls._last_validated_value