mirror of
				https://github.com/TitanEmbeds/Titan.git
				synced 2025-11-04 07:47:10 +01:00 
			
		
		
		
	python u dick
This commit is contained in:
		@@ -32,7 +32,7 @@ def make_cache_key(*args, **kwargs):
 | 
			
		||||
    sess = generate_session_key()
 | 
			
		||||
    return (path + args + sess + ip).encode('utf-8')
 | 
			
		||||
 | 
			
		||||
def make_user_cache_key(*args, **kwargs)
 | 
			
		||||
def make_user_cache_key(*args, **kwargs):
 | 
			
		||||
    ip = get_client_ipaddr()
 | 
			
		||||
    sess = generate_session_key()
 | 
			
		||||
    return (sess + ip).encode('utf-8')
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user