fix v2.0.0

This commit is contained in:
Eugenio Marzo
2026-06-23 09:41:05 +02:00
parent 8e4c01ea85
commit 429935f77f
17 changed files with 39 additions and 48 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ with open(sys.argv[1], 'r') as stream:
print(ret)
quit()
r = redis.Redis(unix_socket_path='/tmp/redis.sock')
r = redis.Redis(host='127.0.0.1', port=6379)
configuration = client.Configuration()
token = ""