mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-07-10 09:08:44 -04:00
Fix Python 3.10 compatability
This commit is contained in:
parent
0a443467be
commit
f13b02b9a7
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
import datetime
|
import datetime
|
||||||
import logging
|
import logging
|
||||||
from collections import MutableMapping
|
from collections.abc import MutableMapping
|
||||||
|
|
||||||
logger = logging.getLogger('tsstats')
|
logger = logging.getLogger('tsstats')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue