Additional fix for #1316 #1326

Merged
g1itch merged 2 commits from exceptions into v0.6 2018-07-30 10:43:29 +02:00
Showing only changes of commit 5115425a61 - Show all commits

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",