mirror of
https://github.com/lucky-sideburn/kubeinvaders.git
synced 2026-08-23 21:46:21 +00:00
fix v2.0.0
This commit is contained in:
@@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user