mirror of
				https://github.com/Thor77/TeamspeakStats.git
				synced 2025-11-03 23:32:45 -05:00 
			
		
		
		
	Set index.jinja2 as default for General.template
This commit is contained in:
		
							parent
							
								
									062da49244
								
							
						
					
					
						commit
						5915664605
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -17,7 +17,7 @@ DEFAULT_CONFIG = {
 | 
				
			||||||
        'output': 'tsstats.html',
 | 
					        'output': 'tsstats.html',
 | 
				
			||||||
        'idmap': '',
 | 
					        'idmap': '',
 | 
				
			||||||
        'onlinedc': True,
 | 
					        'onlinedc': True,
 | 
				
			||||||
        'template': 'stats.jinja2',
 | 
					        'template': 'index.jinja2',
 | 
				
			||||||
        'datetimeformat': '%x %X %Z',
 | 
					        'datetimeformat': '%x %X %Z',
 | 
				
			||||||
        'onlinetimethreshold': -1
 | 
					        'onlinetimethreshold': -1
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue