Skip to content

Commit 16719eb

Browse files
authored
Merge pull request #353 from scylladb/dk/change-driver-name
Change driver name
2 parents dbb4552 + 51d2270 commit 16719eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cassandra/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def decompress(byts):
109109
return snappy.decompress(byts)
110110
locally_supported_compressions['snappy'] = (snappy.compress, decompress)
111111

112-
DRIVER_NAME, DRIVER_VERSION = 'Scylla Python Driver', sys.modules['cassandra'].__version__
112+
DRIVER_NAME, DRIVER_VERSION = 'ScyllaDB Python Driver', sys.modules['cassandra'].__version__
113113

114114
PROTOCOL_VERSION_MASK = 0x7f
115115

0 commit comments

Comments
 (0)