add tracemalloc
This commit is contained in:
		@@ -14,6 +14,8 @@ import aiohttp
 | 
			
		||||
import aiohttp_socks
 | 
			
		||||
import html.parser
 | 
			
		||||
import stream_providers
 | 
			
		||||
import tracemalloc
 | 
			
		||||
tracemalloc.start()
 | 
			
		||||
 | 
			
		||||
logging.basicConfig(format='[%(filename)s:%(lineno)d] %(message)s', stream=sys.stdout, level=logging.INFO)
 | 
			
		||||
logger = logging.getLogger(__name__)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user