daca@home: Use ftp server in germany instead of sweden, that is closer for most/all active clients
This commit is contained in:
parent
6b4a3bc830
commit
575fa35ce2
|
@ -19,7 +19,7 @@ import os
|
|||
import datetime
|
||||
import time
|
||||
|
||||
DEBIAN = ('ftp://ftp.se.debian.org/debian/',
|
||||
DEBIAN = ('ftp://ftp.de.debian.org/debian/',
|
||||
'ftp://ftp.debian.org/debian/')
|
||||
|
||||
def wget(filepath):
|
||||
|
|
Loading…
Reference in New Issue