fix hostname in info in arch-based distros

pull/82/head
Rilliat 2025-01-28 21:29:03 +03:00
parent a25f2701dc
commit 8d763b2abd
1 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,6 @@
# 🌐 https://github.com/hikariatama/Hikka
# You can redistribute it and/or modify it under the terms of the GNU AGPLv3
# 🔑 https://www.gnu.org/licenses/agpl-3.0.html
import getpass
import git
import time
@ -12,8 +11,8 @@ import psutil
from hikkatl.tl.types import Message
from hikkatl.utils import get_display_name
from .. import loader, utils, version
import subprocess
import platform as lib_platform
import getpass
@loader.tds
class HerokuInfoMod(loader.Module):