mirror of
				https://github.com/craigerl/aprsd.git
				synced 2025-11-03 13:10:31 -05:00 
			
		
		
		
	Start to add types
This commit is contained in:
		
							parent
							
								
									d0f53c563f
								
							
						
					
					
						commit
						12dab284cb
					
				@ -22,7 +22,7 @@ CONF = cfg.CONF
 | 
				
			|||||||
LOG = logging.getLogger("gunicorn.access")
 | 
					LOG = logging.getLogger("gunicorn.access")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
auth = HTTPBasicAuth()
 | 
					auth = HTTPBasicAuth()
 | 
				
			||||||
users = {}
 | 
					users: dict[str, str] = {}
 | 
				
			||||||
app = Flask(
 | 
					app = Flask(
 | 
				
			||||||
    "aprsd",
 | 
					    "aprsd",
 | 
				
			||||||
    static_url_path="/static",
 | 
					    static_url_path="/static",
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user