remove weird dashes

This commit is contained in:
2026-03-14 20:57:56 -07:00
parent 0173c16731
commit e7aabdceb4

View File

@ -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):