mirror of
				https://github.com/Thor77/TeamspeakStats.git
				synced 2025-11-03 23:32:45 -05: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