mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-04-04 12:44:40 -04:00
rename tsstats.log.parse_logs to tsstats.log._sort_logfiles to fit updated scope
This commit is contained in:
parent
ad7ff96b1b
commit
37a9841900
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ TimedLog = namedtuple('TimedLog', ['path', 'timestamp'])
|
|||
logger = logging.getLogger('tsstats')
|
||||
|
||||
|
||||
def parse_logs(log_glob, ident_map=None, *args, **kwargs):
|
||||
def _sort_logfiles(log_glob):
|
||||
'''
|
||||
parse logs specified by globbing pattern `log_glob`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue