Исправление опечатки

This commit is contained in:
Aren Elchinyan 2023-10-22 15:34:35 +03:00 committed by GitHub
parent dc0a4ca234
commit 5c3d1ffb89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ def check_os():
linux_distro = distro.like()
else:
linux_distro = platform.linux_distribution()[0]
if linux_distro.lower( in ['debian', 'ubuntu']:
if linux_distro.lower() in ['debian', 'ubuntu']:
return 1
return 0