Skip to content

Commit

Permalink
Update (g4f/Provider/Blackbox.py)
Browse files Browse the repository at this point in the history
  • Loading branch information
kqlio67 committed Nov 12, 2024
1 parent 18be490 commit 867bcb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion g4f/Provider/Blackbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ async def fetch_validated(cls):
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

Expand Down

0 comments on commit 867bcb0

Please sign in to comment.