From 83c48a9525af556725c3fa15e45884d5ed0a924b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandbox=20=F0=9F=A4=96?= Date: 2023年2月13日 14:29:14 +0000 Subject: [PATCH] Triggered by direct commit. Origin: https://github.com/neo4j-contrib/sandbox-code-updater/commit/7669a20875eb4764a0f1f322fc653969488320e7 --- code/javascript/example.js | 2 +- code/python/example.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/javascript/example.js b/code/javascript/example.js index b24be92..339ae33 100644 --- a/code/javascript/example.js +++ b/code/javascript/example.js @@ -3,7 +3,7 @@ const neo4j = require('neo4j-driver'); const driver = neo4j.driver('neo4j://:', neo4j.auth.basic('', ''), - {/* encrypted: 'ENCRYPTION_OFF' */}); + {}); const query = ` diff --git a/code/python/example.py b/code/python/example.py index 4d17dbb..b8b8642 100644 --- a/code/python/example.py +++ b/code/python/example.py @@ -1,4 +1,4 @@ -# pip3 install neo4j-driver +# pip3 install neo4j # python3 example.py from neo4j import GraphDatabase, basic_auth

AltStyle によって変換されたページ (->オリジナル) /