Skip to content

Commit 76fb342

Browse files
committed
Update decoder.go
sanitize
1 parent c93f678 commit 76fb342

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

decoder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"unicode"
1212
)
1313

14-
var uuid = "88308a1a0700"
14+
var uuidFlag = flag.String("uuid", "01234567890a", "uuid from /cloud")
1515
var authkeyFlag = flag.String("authkey", "01234567", "authkey from /cloud")
1616

1717
func clean(data []byte) string {

0 commit comments

Comments
 (0)