Code cleaning

This commit is contained in:
jeffser
2024-08-31 19:23:50 -06:00
parent 5da5c2c702
commit 80b433e7a4
3 changed files with 6 additions and 18 deletions

View File

@@ -8,9 +8,6 @@ from logging import getLogger
from time import sleep
logger = getLogger(__name__)
#OK=200 response.status_code
URL = None
BEARER_TOKEN = None
def log_output(pipe):
with open(os.path.join(data_dir, 'tmp.log'), 'a') as f: