print version on startup, and whether the game has loaded
This commit is contained in:
		@@ -36,7 +36,7 @@ def render_base_context():
 | 
			
		||||
        base_context["scripts"] = ["https://cdn.otl-hga.net/seagull/js/seagull.js"]
 | 
			
		||||
        base_context["seagull_pic"] = "https://cdn.otl-hga.net/seagull/image/seagull.jpg"
 | 
			
		||||
    else:                            # dev, serve files from here
 | 
			
		||||
        print(base_domain)
 | 
			
		||||
        #print(base_domain)
 | 
			
		||||
        base_context["styles"] = [app.url_for("static", filename="css/seagull.css")]
 | 
			
		||||
        base_context["scripts"] = [app.url_for("static", filename="js/seagull.js")]
 | 
			
		||||
        base_context["seagull_pic"] = app.url_for("static", filename="image/seagull.jpg")
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user