Skip to content

Commit

Permalink
Fix driver name
Browse files Browse the repository at this point in the history
  • Loading branch information
dkropachev committed Aug 5, 2024
1 parent dbb4552 commit 51d2270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cassandra/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def decompress(byts):
return snappy.decompress(byts)
locally_supported_compressions['snappy'] = (snappy.compress, decompress)

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

PROTOCOL_VERSION_MASK = 0x7f

Expand Down

0 comments on commit 51d2270

Please sign in to comment.