Disable experimental GetClientID due to issues

This commit is contained in:
Laptop
2025-02-18 16:13:21 +02:00
parent 0ac5523d22
commit 12a3d850a5

View File

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