project structure
.
βββ compose.yaml
βββ config
β βββ dendrite.yaml
βββ element-web
β βββ config.json
βββ nginx
β βββ dendrite.conf
project structure
.
βββ compose.yaml
βββ config
β βββ dendrite.yaml
βββ element-web
β βββ config.json
βββ nginx
β βββ dendrite.conf
| #!/usr/bin/python | |
| # Daniel De Marco - [email protected] - 2012-02-23 | |
| # suds from https://fedorahosted.org/suds/ | |
| import suds | |
| import sys | |
| def get_warr(svctag): |