Fix: Fixed version of tinyrpc to not break the Ryu installation.
[osm/vim-emu.git] / src / emuvim / api / rest / rest_api_endpoint.py
index b9c11ab..d2abde8 100755 (executable)
@@ -69,6 +69,7 @@ class RestApiEndpoint(object):
 
         # define dashboard endpoints
         db_dir, db_file = self.get_dashboard_path()
+
         @self.app.route('/dashboard/<path:path>')
         def db_file(path):
             logging.info("[DB] Serving: {}".format(path))