Debian forgotten in e92a85e

This commit is contained in:
Dmitri Bogomolov 2018-07-22 14:42:29 +03:00
parent 5a5f94eb3d
commit 5115425a61
Signed by untrusted user: g1itch
GPG Key ID: 720A756F18DEED13
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ logger.addHandler(handler)
logger.setLevel(logging.ERROR)
OS_RELEASE = {
"Debian GNU/Linux".lower(): "Debian",
"fedora": "Fedora",
"opensuse": "openSUSE",
"ubuntu": "Ubuntu",