diff --git a/lib/sc/init.go b/lib/sc/init.go index 987c3a8..a1cd511 100644 --- a/lib/sc/init.go +++ b/lib/sc/init.go @@ -114,7 +114,7 @@ func processFile(wg *sync.WaitGroup, ch chan string, uri string, isDone *bool) { } // Experimental method, which asserts that the clientId is inside the file that starts with "0-" -const experimental_GetClientID = true +const experimental_GetClientID = false // inspired by github.com/imputnet/cobalt (mostly stolen lol) func GetClientID() (string, error) {