We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68a59cc commit d55f520Copy full SHA for d55f520
web/pgadmin/misc/__init__.py
@@ -358,7 +358,7 @@ def upgrade_check():
358
# It stuck on rendering the browser.html, while working in the
359
# broken network.
360
if os.path.exists(config.CA_FILE) and sys.version_info >= (
361
- 3, 13):
+ 3, 13):
362
# Use SSL context for Python 3.13+
363
context = ssl.create_default_context(cafile=config.CA_FILE)
364
response = urlopen(url, data=data, timeout=5,
0 commit comments