beremiz
Clone
Summary
Browse
Changes
Graph
IDE: fix exception showing network discovery
2023-11-24, Edouard Tisserant
7d83cd94e3cc
IDE: fix exception showing network discovery
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# See COPYING.Runtime file for copyrights details.
LogLevels = ["CRITICAL", "WARNING", "INFO", "DEBUG"]
LogLevelsCount = len(LogLevels)
LogLevelsDict = dict(zip(LogLevels, range(LogLevelsCount)))
LogLevelsDefault = LogLevelsDict["DEBUG"]