mirror of
				https://github.com/ComputerScienceHouse/proxstar.git
				synced 2025-03-09 15:40:09 +00:00 
			
		
		
		
	add db paramter for get_user_usage
This commit is contained in:
		
							parent
							
								
									8fbae0a071
								
							
						
					
					
						commit
						e96c8cf4cf
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -155,7 +155,7 @@ def get_vm_iso(proxmox, vmid, config=None):
 | 
			
		|||
    return iso
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def get_user_usage(proxmox, user):
 | 
			
		||||
def get_user_usage(proxmox, db, user):
 | 
			
		||||
    usage = dict()
 | 
			
		||||
    usage['cpu'] = 0
 | 
			
		||||
    usage['mem'] = 0
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue