WebUI bugfixs

This commit is contained in:
nrhck 2018-12-15 20:03:32 +01:00
parent 12e62bb2f0
commit 4720922ed6
10 changed files with 88 additions and 114 deletions

View file

@ -2,7 +2,7 @@
// In compatible LJay string format (pythonic lists)
var redis = require("redis"),
client = redis.createClient(6379,'192.168.1.13');
client = redis.createClient(6379,'127.0.0.1');