Update SysLogServer.py

This commit is contained in:
Ronny Grobel 2020-11-27 22:27:35 +01:00 committed by GitHub
parent 5a827f4173
commit 41015bdbcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,11 +13,8 @@ OracleServerSid = "localhost/orclpdb1"
# NO USER SERVICEABLE PARTS BELOW HERE... # NO USER SERVICEABLE PARTS BELOW HERE...
# #
import sys import sys
from pyparsing import Word, alphas, Suppress, Combine, nums, string, Optional, Regex
from time import strftime
import cx_Oracle import cx_Oracle
import config import config
import logging
import SocketServer import SocketServer
import json import json