소스 검색

auto commit

master
jfinn 2 년 전
부모
커밋
1ad2395923
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      wsps/tasks_loop.py

+ 1
- 1
wsps/tasks_loop.py 파일 보기

@@ -24,7 +24,7 @@ def nop(*a,**kw):pass
24 24
 class Edict(dict):pass
25 25
 class Eobj():pass
26 26
 def connect_redis():
27
-	return redis.Redis(host='localhost', port=6379, db=0,charset="utf-8", decode_responses=True, encoding_errors="backslashreplace"),
27
+	return redis.Redis(host='localhost', port=6379, db=0,charset="utf-8", decode_responses=True, encoding_errors="backslashreplace")
28 28
 	r'''
29 29
 	return {
30 30
 	 "rconn0":redis.Redis(host='localhost', port=6379, db=0,charset="utf-8", decode_responses=True, encoding_errors="backslashreplace"),

Loading…
취소
저장