diff --git a/service.py b/service.py index 7b990dd..ecaa714 100755 --- a/service.py +++ b/service.py @@ -1,8 +1,10 @@ #!/usr/bin/env python3 import requests -import tomlkit import urllib3 + +import tomlkit + urllib3.disable_warnings() class StatusPage: