beafuture
Results
2
issues of
beafuture
1. pvpn script line 206: case route in , miss '$' before route variable 2.pvpn script line 241: server_tun_device="$(ssh "$ssh_host" $cmd_available_tun_device)" , SSH_ARGS variable is not used in ssh command...
Hi! I want decorative view function two times with @route decorator like this: ``` @route(bp,'/') @route(bp,'/') def index(id): ..... ``` bug i get error "View function mapping is overwriting an...