Merge branch 'master' of github.com:Pardus-LiderAhenk/ahenk

This commit is contained in:
agahhulusi 2021-09-10 11:52:37 +03:00
commit cf6a4fc0d2

View file

@ -352,7 +352,9 @@ class System:
@staticmethod
def version():
return platform.version()
# return platform.version()
version = distro.lsb_release_info()['description'] +"-"+ distro.lsb_release_info()["release"]
return version
@staticmethod
def kernel_release():