add python-click and improve mxdiscover
This commit is contained in:
parent
7abdbf674a
commit
0697c3b9d0
4 changed files with 18 additions and 13 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue