first commit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sthope 2022-05-03 17:35:43 +02:00
parent e22e16379a
commit 861ee693f9

View File

@ -4,11 +4,6 @@ https://git.sthope.dev/sthope/Docker-Stack-Authentik/raw/branch/master/docker-co
```
<scrip>
myfuncion()
{
page = requests.get("https://raw.githubusercontent.com/Sthopeless/portainer-stacks/master/cAdvisor.yml%22)
data = bs(page.content)
data .findall(class='word-wrap: break-word; white-space: pre-wrap')
}
bs(requests.get("https://raw.githubusercontent.com/Sthopeless/portainer-stacks/master/cAdvisor.yml%22).content) .findall(class='word-wrap: break-word; white-space: pre-wrap')
</script>