kolinger / rd-usb

Web GUI for RuiDeng/Riden USB testers (UM34C, UM24C, UM25C, TC66C)
GNU General Public License v3.0
223 stars 29 forks source link

fix for paginator? #33

Closed Znevna closed 2 years ago

Znevna commented 2 years ago

https://github.com/kolinger/rd-usb/blob/bb3ba56737ddd525af678c88ed4b09c31871af5c/webapp/index.py#L175 I think this should be "link": url_for("index.data", page=number, session=name), Thank you!

kolinger commented 2 years ago

Hi, indeed there was error left from previous refactoring. Should be fixed now.

Thanks for noticing.