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:
cluster = Cluster([SCYLLA_HOST])
session = cluster.connect()
session.set_keyspace(SCYLLA_KEYSPACE)
print("Connected to ScyllaDB")
break
except Exception as e: