fix paths

This commit is contained in:
AAGaming
2023-09-30 13:15:35 -04:00
parent e8cbeb1805
commit ade7cb7640
6 changed files with 9 additions and 8 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
from __future__ import annotations
import os
import shutil
from asyncio import sleep
@@ -11,7 +12,7 @@ from .localplatform import chmod, service_restart, ON_LINUX, get_keep_systemd_se
from aiohttp import ClientSession, web
from .import helpers
from . import helpers
from .injector import get_gamepadui_tab
from .settings import SettingsManager