fix: fixed startup

This commit is contained in:
2024-11-19 21:57:10 +01:00
parent bbd301c0d2
commit ff5c1fea8d

View File

@ -13,7 +13,6 @@ def wait_for_scylladb():
try: try:
cluster = Cluster([SCYLLA_HOST]) cluster = Cluster([SCYLLA_HOST])
session = cluster.connect() session = cluster.connect()
session.set_keyspace(SCYLLA_KEYSPACE)
print("Connected to ScyllaDB") print("Connected to ScyllaDB")
break break
except Exception as e: except Exception as e: