more stuff

This commit is contained in:
Richard Patel
2018-10-28 03:41:16 +01:00
parent 4ea5f8a410
commit faad19f121
4 changed files with 34 additions and 10 deletions

View File

@@ -14,7 +14,7 @@ func main() {
remotes := make(chan *RemoteDir)
go Schedule(c, remotes)
u, _ := url.Parse("https://the-eye.eu/public/rom/")
u, _ := url.Parse("http://mine.terorie.com:420/")
remote := NewRemoteDir(*u)
globalWait.Add(1)