@@ -1,13 +1,11 @@
package main
import (
"scrapers/upwork"
)
import "scrapers/upwork"
func main() {
p := upwork.InitPipeline()
err := p.Run("pdf")
err := p.Run("")
if err != nil {
panic(err)
}
The note is not visible to the blocked user.