Merge pull request #1337 from jooola/fix/undefined_time_var

Fix undefined variable
This commit is contained in:
Kyle Robbertze 2021-09-10 05:39:01 +00:00 committed by GitHub
commit af693ed6b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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