mirror of
				https://github.com/KevinMidboe/delugeClient.git
				synced 2025-10-29 12:00:13 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			99 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			99 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| import deluge_cli
 | |
| 
 | |
| resp = deluge_cli.main('ls')
 | |
| for el in list(resp):
 | |
|     print(el)
 | |
| 
 | |
| # print(resp)
 |