| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -492,7 +492,7 @@ def _next_page(self): | |||
| 492 | 492 | pb = self._build_protobuf() | |
| 493 | 493 | transaction = self.client.current_transaction | |
| 494 | 494 | ||
| 495 | - query_results = self.client.connection.run_query( | ||
| 495 | + query_results = self.client._connection.run_query( | ||
| 496 | 496 | query_pb=pb, | |
| 497 | 497 | project=self._query.project, | |
| 498 | 498 | namespace=self._query.namespace, | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -45,7 +45,7 @@ def clone_client(client): | |||
| 45 | 45 | cloned_client = datastore.Client(project=client.project, | |
| 46 | 46 | namespace=client.namespace, | |
| 47 | 47 | http=object()) | |
| 48 | - cloned_client.connection = client.connection | ||
| 48 | + cloned_client._connection = client._connection | ||
| 49 | 49 | return cloned_client | |
| 50 | 50 | ||
| 51 | 51 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments