implemented edurl and viewurl helpers

This commit is contained in:
Luxferre
2025-12-26 09:59:30 +02:00
parent a1ebcfcb4c
commit ab5c859cee
3 changed files with 30 additions and 10 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ from deck.hwinfo import board_id, battery_v, cpu_f, REAL_HW
from deck.http import wget, wput, http_fetch, http_set_ua
from deck.http import auth_header, url_escape, form_encode
from deck import xlat
from app.ed import edit, view, edbuf
from app.ed import edit, view, edbuf, viewbuf, edurl, viewurl
from app.blog import blogpost, blogpost_str, bloged
try:
from deck import net