Skip to content

Commit 51d2270

Browse files
committed
Fix driver name
1 parent dbb4552 commit 51d2270

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)