mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-04-03 12:14:40 -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 -*-
|
||||
import datetime
|
||||
import logging
|
||||
from collections import MutableMapping
|
||||
from collections.abc import MutableMapping
|
||||
|
||||
logger = logging.getLogger('tsstats')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue