Quick update

This commit is contained in:
brostos 2024-08-12 19:15:28 +03:00 committed by GitHub
parent 44e406ad82
commit 5e8f862176
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@ from urllib.request import Request, urlopen, urlretrieve
from pathlib import Path from pathlib import Path
from os import getcwd, remove from os import getcwd, remove
from bauiv1lib.popup import PopupWindow from bauiv1lib.popup import PopupWindow
from babase._mgen.enums import TimeType
import asyncio import asyncio
import http.client import http.client