Fix undefined variable

This commit is contained in:
jo 2021-09-10 01:07:00 +02:00
parent e4118696b5
commit f44d174744
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ import datetime
import json
import logging
import socket
from datetime import time
import requests
from requests.auth import AuthBase