mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-03-13 01:54:30 -04:00
Remove unused log_timestamp_format
This commit is contained in:
parent
7679e94846
commit
4cba226b31
1 changed files with 0 additions and 2 deletions
|
@ -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'])
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue