Remove default user/pass from hostlist

This commit is contained in:
Andrew Resch 2009-01-28 00:52:18 +00:00
parent 089f0afa32
commit 6cd05fbbc9
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ DEFAULT_HOST = "127.0.0.1"
DEFAULT_PORT = 58846 DEFAULT_PORT = 58846
DEFAULT_CONFIG = { DEFAULT_CONFIG = {
"hosts": [(hashlib.sha1(str(time.time())).hexdigest(), DEFAULT_HOST, DEFAULT_PORT, "andrew", "andrew")] "hosts": [(hashlib.sha1(str(time.time())).hexdigest(), DEFAULT_HOST, DEFAULT_PORT, "", "")]
} }
HOSTLIST_COL_ID = 0 HOSTLIST_COL_ID = 0