Luis Soares
Results
2
comments of
Luis Soares
Hi @adamhajari, First of all congratulation for you work with spyre. The code for my app is: ``` python #stuff required by pythonanywhere import sys import atexit import threading import...
I think this could probably be fixed by moving the: `self.root.templateVars['app_bar'] = self.site_app_bar` `for` fullRoute, _ in self.site_app_bar[1:]: ` ` parent, route = self.get_route(fullRoute) ` ` parent.**dict**[route].templateVars['app_bar']`= self.site_app_bar` from the...