remove weird dashes
This commit is contained in:
@ -64,7 +64,7 @@ def service_gateway_ip():
|
|||||||
### Redis Functions
|
### Redis Functions
|
||||||
#######################################################################
|
#######################################################################
|
||||||
|
|
||||||
# Redis client – will publish updates
|
# Redis client - will publish updates
|
||||||
r = redis.Redis(host=service_gateway_ip(), port=6379)
|
r = redis.Redis(host=service_gateway_ip(), port=6379)
|
||||||
|
|
||||||
def update_redis_channel(redis_channel, data):
|
def update_redis_channel(redis_channel, data):
|
||||||
|
|||||||
Reference in New Issue
Block a user