Explorar el Código

Merge branch 'master' of git.scraperwall.com:scw/munchclient

Tobias Begalke hace 7 años
padre
commit
a74aff8a2e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      main.go

+ 1 - 1
main.go

@@ -315,7 +315,7 @@ func replayFile() {
 			req.Source = r[0]
 			req.Url = r[1]
 			req.UserAgent = "Munch/1.0"
-			req.Host = "www.scraperwall.com"
+			req.Host = "demo.scraperwall.com"
 			req.CreatedAt = time.Now().UnixNano()
 
 			natsEC.Publish(config.NatsQueue, &req)