added http auth and upload functions

This commit is contained in:
Luxferre
2025-12-25 15:51:04 +02:00
parent 1d3b5f99f5
commit c8e908d07b
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ from deck.input import input, input_multi
from deck.pager import print_paged, term_size
from deck.time import *
from deck.hwinfo import board_id, battery_v, cpu_f, REAL_HW
from deck.http import wget, http_fetch, http_set_ua
from deck.http import wget, wput, http_fetch, http_set_ua, auth_header
from deck import xlat
from app.ed import edit, view
try: