mirror of https://github.com/coddrago/Heroku
fix hostname in info in arch-based distros
parent
a25f2701dc
commit
8d763b2abd
|
@ -3,7 +3,6 @@
|
||||||
# 🌐 https://github.com/hikariatama/Hikka
|
# 🌐 https://github.com/hikariatama/Hikka
|
||||||
# You can redistribute it and/or modify it under the terms of the GNU AGPLv3
|
# You can redistribute it and/or modify it under the terms of the GNU AGPLv3
|
||||||
# 🔑 https://www.gnu.org/licenses/agpl-3.0.html
|
# 🔑 https://www.gnu.org/licenses/agpl-3.0.html
|
||||||
import getpass
|
|
||||||
|
|
||||||
import git
|
import git
|
||||||
import time
|
import time
|
||||||
|
@ -12,8 +11,8 @@ import psutil
|
||||||
from hikkatl.tl.types import Message
|
from hikkatl.tl.types import Message
|
||||||
from hikkatl.utils import get_display_name
|
from hikkatl.utils import get_display_name
|
||||||
from .. import loader, utils, version
|
from .. import loader, utils, version
|
||||||
import subprocess
|
|
||||||
import platform as lib_platform
|
import platform as lib_platform
|
||||||
|
import getpass
|
||||||
|
|
||||||
@loader.tds
|
@loader.tds
|
||||||
class HerokuInfoMod(loader.Module):
|
class HerokuInfoMod(loader.Module):
|
||||||
|
|
Loading…
Reference in New Issue