kunsi-mako-templating #7

Merged
sophie merged 3 commits from kunsi-mako-templating into kunsi-improvements 2021-04-11 08:59:36 +00:00
Showing only changes of commit 48232c50cf - Show all commits

View file

@ -1,8 +1,10 @@
#!/usr/bin/env python3
import requests
import tomlkit
import urllib3
import tomlkit
urllib3.disable_warnings()
class StatusPage: