mirror of
				https://github.com/Thor77/TeamspeakStats.git
				synced 2025-11-03 23:32:45 -05:00 
			
		
		
		
	remove unused var-assignment in __main__.cli
This commit is contained in:
		
							parent
							
								
									bb808ca8c0
								
							
						
					
					
						commit
						34e682cf81
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
					@ -41,8 +41,7 @@ def cli():
 | 
				
			||||||
        help='don\'t add connect until now to onlinetime',
 | 
					        help='don\'t add connect until now to onlinetime',
 | 
				
			||||||
        action='store_false', dest='onlinedc'
 | 
					        action='store_false', dest='onlinedc'
 | 
				
			||||||
    )
 | 
					    )
 | 
				
			||||||
    args = parser.parse_args()
 | 
					    main(**vars(parser.parse_args()))
 | 
				
			||||||
    main(**vars(args))
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
def main(config=None, idmap=None, log=None,
 | 
					def main(config=None, idmap=None, log=None,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue