mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-12 19:30:11 +01:00
fix doubled-up dynamic routes
This commit is contained in:
@@ -12,7 +12,7 @@ grep " def " actions.py | grep -v "^#" | sed -e 's/ def //' | sed -e 's/self//'
|
||||
echo
|
||||
|
||||
echo "# Dynamic routes"
|
||||
grep '( r"' actions.py | sed -e 's/\(.*\)"\(.*\)"\(.*\)/ * \2/p'
|
||||
grep '( r"' actions.py | sed -e 's/\(.*\)"\(.*\)"\(.*\)/ * \2/'
|
||||
echo
|
||||
|
||||
echo "----"
|
||||
|
||||
Reference in New Issue
Block a user