Correct config info

This commit is contained in:
Eliot Whalan 2016-06-19 10:22:56 +10:00
parent 72b3947793
commit 584e56aae9
No known key found for this signature in database
GPG Key ID: C0A42175139840D6
1 changed files with 3 additions and 3 deletions

View File

@ -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) {