diff ismi-python-neo4jrestclient/ismi-vis.py @ 23:80010fb9dbce

make new commentaries visualisation the default.
author casties
date Fri, 30 Oct 2015 15:37:43 +0100
parents d964d9a23837
children 2564732249b3
line wrap: on
line diff
--- a/ismi-python-neo4jrestclient/ismi-vis.py	Fri Oct 09 15:12:34 2015 +0200
+++ b/ismi-python-neo4jrestclient/ismi-vis.py	Fri Oct 30 15:37:43 2015 +0100
@@ -20,7 +20,7 @@
 
 @app.route("/commentaries_authors.html")
 def get_commentaries_authors():
-    return app.send_static_file('commentaries_authors3.html')
+    return app.send_static_file('commentaries_authors2.html')
 
 @app.route('/static/<filename>')
 def get_file(filename):