Correct config info
This commit is contained in:
parent
72b3947793
commit
584e56aae9
6
main.go
6
main.go
|
@ -13,10 +13,10 @@ import (
|
|||
|
||||
const (
|
||||
DIRECTORY = "/tmp/"
|
||||
ADDRESS = "http://localhost:8080/"
|
||||
ADDRESS = "https://p.pantsu.cat/"
|
||||
LENGTH = 4
|
||||
TEXT = "$ <command> | curl -F 'p=<-' lang='python'" + ADDRESS + "\n"
|
||||
PORT = ":8080"
|
||||
TEXT = "$ <command> | curl -F 'p=<-' " + ADDRESS + "\n"
|
||||
PORT = ":9900"
|
||||
)
|
||||
|
||||
func check(err error) {
|
||||
|
|
Loading…
Reference in New Issue