add python-click and improve mxdiscover

This commit is contained in:
saces 2026-02-19 14:12:17 +01:00
parent 7abdbf674a
commit 0697c3b9d0
4 changed files with 18 additions and 13 deletions

View file

@ -28,8 +28,6 @@ func DiscoverHS(ids string) string {
domainname = _hs
}
fmt.Printf("Attempt to discover '%s'\n", domainname)
wk, err := mautrix.DiscoverClientAPI(context.Background(), domainname)
if err != nil {
return fmt.Sprintf("ERR: %v", err)