1
0
Fork 0

Update logtailer.py

This commit is contained in:
Kim - DG9VH 2020-11-03 19:22:21 +01:00
parent a6f4ce7902
commit 82d56d1e52

View file

@ -1,21 +1,18 @@
#!/usr/bin/python3
# -*- coding: utf-8 -*-
#import time
import datetime
import os.path
import asyncio
import logging
import argparse
import websockets
import http.server
import socketserver
import configparser
import os
from collections import deque
from urllib.parse import urlparse, parse_qs
from ansi2html import Ansi2HTMLConverter
from threading import Thread
current_dir = os.getcwd()
config = configparser.ConfigParser()