判题暂时可以跑起来了,真要被自己蠢哭了

This commit is contained in:
virusdefender
2015-08-12 19:55:41 +08:00
parent 92ab7e5fb2
commit 66d3cd3bfe
13 changed files with 43 additions and 31 deletions

View File

@@ -0,0 +1,6 @@
# coding=utf-8
redis_config = {
"host": "127.0.0.1",
"port": 6379,
"db": 0
}