Remove unused log_timestamp_format

This commit is contained in:
Thor77 2017-05-20 23:26:11 +02:00
parent 7679e94846
commit 4cba226b31
1 changed files with 0 additions and 2 deletions

View File

@ -23,8 +23,6 @@ re_disconnect_invoker = re.compile(
r'invokername=(.*)\ invokeruid=(.*)\ reasonmsg'
)
log_timestamp_format = '%Y-%m-%d %H:%M:%S.%f'
TimedLog = namedtuple('TimedLog', ['path', 'timestamp'])
Server = namedtuple('Server', ['sid', 'clients'])