mirror of
https://github.com/Manuel83/craftbeerpi3
synced 2026-09-19 15:59:07 +02:00
Clean up print statements
This commit is contained in:
@@ -14,6 +14,6 @@ def web(cbpi):
|
||||
def index():
|
||||
return s.send_static_file("index.html")
|
||||
|
||||
print "REGISTER"
|
||||
|
||||
cbpi.addon.core.add_menu_link("JQuery View", "/web_view")
|
||||
cbpi._app.register_blueprint(s, url_prefix='/web_view')
|
||||
|
||||
Reference in New Issue
Block a user