fix LANServer dns rebinding crashing because of old kwarg format
This commit is contained in:
		
							parent
							
								
									fd73f63ecd
								
							
						
					
					
						commit
						bbc9646a25
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -61,7 +61,7 @@ class LANServer: | |||
| 
 | ||||
|         @app.route('/blist/<time>') | ||||
|         def get_block_list_for_lan(time): | ||||
|             return Response('\n'.join(get_block_list(dateRec=time))) | ||||
|             return Response('\n'.join(get_block_list(date_rec=time))) | ||||
| 
 | ||||
|         @app.route('/get/<block>') | ||||
|         def get_block_data(block): | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue