mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 20:14:51 +00:00
Remove default user/pass from hostlist
This commit is contained in:
parent
089f0afa32
commit
6cd05fbbc9
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ DEFAULT_HOST = "127.0.0.1"
|
|||
DEFAULT_PORT = 58846
|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue