chenjunkai 5 år sedan
förälder
incheckning
6471704bef
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      object/RedisObject.py

+ 2 - 2
object/RedisObject.py

@@ -19,8 +19,8 @@ import redis
 '''
 db=3  -> 统计在线人数用
 '''
-# SERVER_HOST = 'localhost'
-SERVER_HOST = '192.168.136.45'
+SERVER_HOST = 'localhost'
+# SERVER_HOST = '192.168.136.45'
 
 
 class RedisObject: